Skip to content

Commit 7b0382e

Browse files
anzz1gyohng
authored andcommitted
CI fine tuning
1 parent 2d5adcc commit 7b0382e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
run: |
166166
7z a llama-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-win-x64.zip .\build\Release\*
167167
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\*
168169
169170
- name: Create release
170171
id: create_release
@@ -188,6 +189,8 @@ jobs:
188189
asset_name: llama-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-win-x64.zip
189190
asset_path: .\alpaca-bin-win-x64-${{ steps.commit.outputs.short }}.zip
190191
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
191194
asset_content_type: application/octet-stream
192195

193196
# ubuntu-latest-gcc:

0 commit comments

Comments
 (0)