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 dea2b78 commit 3cc3f74Copy full SHA for 3cc3f74
.github/workflows/release.yml
@@ -72,10 +72,10 @@ jobs:
72
run: mv target/${{ matrix.target }}/release/strikes artifacts/strikes/strikes-${{ env.VERSION }}-${{ matrix.target }}
73
74
- name: Create tarball
75
- run: tar -czf artifacts/strikes-${{ env.VERSION }}-${{ matrix.target }}.tar.gz -C artifacts/strikes 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: Upload tarball
78
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
79
with:
80
name: strikes-${{ env.VERSION }}-${{ matrix.target }}
81
path: /artifacts
0 commit comments