Skip to content

Commit e4e770c

Browse files
committed
[CI] Have the platform be part of the zip name archive
1 parent 3984822 commit e4e770c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
run: |
5252
cd build
5353
cp -r ../data .
54-
7z -tzip -mx=5 a hcl.zip data hcl
54+
7z -tzip -mx=5 a hcl-${{ matrix.platform }}.zip data hcl
5555
5656
- name: "Upload Zip File"
5757
uses: actions/upload-artifact@v4
5858
with:
5959
name: hcl-${{ matrix.type }}.zip
60-
path: build/hcl.zip
60+
path: build/hcl-${{ matrix.platform }}.zip

0 commit comments

Comments
 (0)