Skip to content

Commit

Permalink
fix(ci): compile windows assets (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDome authored Sep 30, 2022
1 parent 4e93f4e commit 7b8846a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./dist/DistributionZ Setup ${ { github.event.release.tag_name }}.exe
asset_name: DistributionZ Setup ${ { github.event.release.tag_name }}.exe
asset_name: DistributionZ Setup ${{ github.event.release.tag_name }}.exe
asset_content_type: application/octet-stream

0 comments on commit 7b8846a

Please sign in to comment.