Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyzak committed Oct 11, 2022
1 parent 7a8a06f commit 648af05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
with:
body: ${{steps.build_changelog.outputs.changelog}}
files: |
'build/binary/*.{exe,dmg,AppImage}'
build/binary/*.exe
build/binary/*.dmg
build/binary/*.AppImage
env:
GITHUB_TOKEN: ${{ secrets.github_token }}

Expand Down

0 comments on commit 648af05

Please sign in to comment.