File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ jobs:
165
165
run : |
166
166
7z a llama-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-win-x64.zip .\build\Release\*
167
167
7z a alpaca-bin-win-x64-${{ steps.commit.outputs.short }}.zip .\build\Release\*
168
+ 7z a alpaca-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-win-x64.zip .\build\Release\*
168
169
169
170
- name : Create release
170
171
id : create_release
@@ -188,6 +189,8 @@ jobs:
188
189
asset_name : llama-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-win-x64.zip
189
190
asset_path : .\alpaca-bin-win-x64-${{ steps.commit.outputs.short }}.zip
190
191
asset_name : alpaca-bin-win-x64-${{ steps.commit.outputs.short }}.zip
192
+ asset_path : .\alpaca-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-win-x64.zip
193
+ asset_name : alpaca-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-win-x64.zip
191
194
asset_content_type : application/octet-stream
192
195
193
196
# ubuntu-latest-gcc:
You can’t perform that action at this time.
0 commit comments