Skip to content

Commit d456585

Browse files
committed
Update release pipeline
1 parent bfdd4d5 commit d456585

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
@@ -72,7 +72,7 @@ jobs:
7272
run: mv target/${{ matrix.target }}/release/strikes artifacts/strikes-${{ env.VERSION }}-${{ matrix.target }}
7373

7474
- name: Create tarball
75-
run: tar -czf strikes-${{ env.VERSION }}-${{ matrix.target }}.tar.gz -C artifacts strikes-${{ env.VERSION }}-${{ matrix.target }}
75+
run: tar -czf ./artifacts/strikes-${{ env.VERSION }}-${{ matrix.target }}.tar.gz -C artifacts strikes-${{ env.VERSION }}-${{ matrix.target }}
7676

7777
- name: List files for debugging
7878
run: ls -la
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/upload-artifact@v4
8282
with:
8383
name: strikes-${{ env.VERSION }}-${{ matrix.target }}
84-
path:
84+
path: ./artifacts
8585

8686
release:
8787
name: Release artifacts

0 commit comments

Comments
 (0)