Skip to content

Commit

Permalink
chore: fix dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jul 3, 2024
1 parent 70ef491 commit cdd6f7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: nightly
name: Build Nightly

on:
push:
Expand All @@ -11,7 +11,7 @@ env:
jobs:
build:
runs-on: macos-latest
name: Build assets
name: Build
steps:
- uses: actions/checkout@v4
- name: Cache pnpm modules
Expand All @@ -37,6 +37,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "build/*.dmg"
file: "dist/*.dmg"
tags: false
draft: false

0 comments on commit cdd6f7f

Please sign in to comment.