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 797c702 commit 33abdc0Copy full SHA for 33abdc0
.github/workflows/build.yml
@@ -27,10 +27,10 @@ jobs:
27
- name: Compress build output
28
run: |
29
ls -lhR build
30
- tar czf build.tar.gz build/
+ tar czf ${{ matrix.os }}-build.tar.gz build/
31
- name: Upload Artifact
32
uses: actions/upload-artifact@v4
33
with:
34
name: ${{ matrix.os }}-build
35
- path: build.tar.gz
+ path: ${{ matrix.os }}-build.tar.gz
36
retention-days: 1
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
0 commit comments