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 bfdd4d5 commit d456585Copy full SHA for d456585
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
run: mv target/${{ matrix.target }}/release/strikes artifacts/strikes-${{ env.VERSION }}-${{ matrix.target }}
73
74
- name: Create tarball
75
- run: tar -czf strikes-${{ env.VERSION }}-${{ matrix.target }}.tar.gz -C artifacts strikes-${{ env.VERSION }}-${{ matrix.target }}
+ run: tar -czf ./artifacts/strikes-${{ env.VERSION }}-${{ matrix.target }}.tar.gz -C artifacts strikes-${{ env.VERSION }}-${{ matrix.target }}
76
77
- name: List files for debugging
78
run: ls -la
@@ -81,7 +81,7 @@ jobs:
81
uses: actions/upload-artifact@v4
82
with:
83
name: strikes-${{ env.VERSION }}-${{ matrix.target }}
84
- path:
+ path: ./artifacts
85
86
release:
87
name: Release artifacts
0 commit comments