Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sakazuki committed Aug 8, 2021
1 parent 7b4e121 commit 81a1351
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
draft: true
files: |
dist/*.dmg
dist/*.dmg.blockmap
dist/*.zip
dist/latest-mac.yml
release/*.dmg
release/*.dmg.blockmap
release/*.zip
release/latest-mac.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -53,8 +53,8 @@ jobs:
with:
draft: true
files: |
dist/*.exe
dist/*.exe.blockmap
dist/latest.yml
release/*.exe
release/*.exe.blockmap
release/latest.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 81a1351

Please sign in to comment.