We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e770c commit bede6d4Copy full SHA for bede6d4
.github/workflows/release.yml
@@ -51,10 +51,10 @@ jobs:
51
run: |
52
cd build
53
cp -r ../data .
54
- 7z -tzip -mx=5 a hcl-${{ matrix.platform }}.zip data hcl
+ 7z -tzip -mx=5 a hcl-${{ matrix.platform }} data hcl
55
56
- name: "Upload Zip File"
57
uses: actions/upload-artifact@v4
58
with:
59
- name: hcl-${{ matrix.type }}.zip
+ name: hcl-${{ matrix.platform }}.zip
60
path: build/hcl-${{ matrix.platform }}.zip
0 commit comments