Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Webreaper committed Nov 30, 2022
1 parent 5f2b20d commit 4d98dc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./artifacts/QbtManager-win.zip
asset_name: QbtManager.dll
asset_name: QbtManager-win.zip
asset_content_type: application/exe

- name: Upload qbtmanager-linux
Expand All @@ -70,7 +70,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./artifacts/QbtManager-linux.zip
asset_name: QbtManager-linux
asset_name: QbtManager-linux.zip
asset_content_type: application/exe

- name: Upload qbtmanager-osx
Expand All @@ -81,6 +81,6 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./artifacts/QbtManager-osx.zip
asset_name: QbtManager-osx
asset_name: QbtManager-osx.zip
asset_content_type: application/exe

0 comments on commit 4d98dc8

Please sign in to comment.