Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladae36 committed Jun 15, 2023
1 parent ef210fd commit 5123228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: medsync/medsync.zip
asset_name: medsync-v${{env.VERSION}}.zip
asset_name: medsync-v${{ env.VERSION }}.zip
asset_content_type: application/zip

- name: Upload release assets exe
Expand All @@ -83,5 +83,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: medsync/medsync.exe
asset_name: medsync-v${{env.VERSION}}.zip
asset_name: medsync-v${{ env.VERSION }}.exe
asset_content_type: application/octet-stream

0 comments on commit 5123228

Please sign in to comment.