Commit 4d98dc8 1 parent 5f2b20d commit 4d98dc8 Copy full SHA for 4d98dc8
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
with :
60
60
upload_url : ${{ steps.create_release.outputs.upload_url }}
61
61
asset_path : ./artifacts/QbtManager-win.zip
62
- asset_name : QbtManager.dll
62
+ asset_name : QbtManager-win.zip
63
63
asset_content_type : application/exe
64
64
65
65
- name : Upload qbtmanager-linux
70
70
with :
71
71
upload_url : ${{ steps.create_release.outputs.upload_url }}
72
72
asset_path : ./artifacts/QbtManager-linux.zip
73
- asset_name : QbtManager-linux
73
+ asset_name : QbtManager-linux.zip
74
74
asset_content_type : application/exe
75
75
76
76
- name : Upload qbtmanager-osx
81
81
with :
82
82
upload_url : ${{ steps.create_release.outputs.upload_url }}
83
83
asset_path : ./artifacts/QbtManager-osx.zip
84
- asset_name : QbtManager-osx
84
+ asset_name : QbtManager-osx.zip
85
85
asset_content_type : application/exe
86
86
You can’t perform that action at this time.
0 commit comments