Skip to content

Commit bede6d4

Browse files
committed
[CI] More change to archive naming
1 parent e4e770c commit bede6d4

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-${{ matrix.platform }}.zip data hcl
54+
7z -tzip -mx=5 a hcl-${{ matrix.platform }} data hcl
5555
5656
- name: "Upload Zip File"
5757
uses: actions/upload-artifact@v4
5858
with:
59-
name: hcl-${{ matrix.type }}.zip
59+
name: hcl-${{ matrix.platform }}.zip
6060
path: build/hcl-${{ matrix.platform }}.zip

0 commit comments

Comments
 (0)