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 8b6dbfe commit 1c7e865Copy full SHA for 1c7e865
.github/workflows/main.yml
@@ -121,7 +121,7 @@ jobs:
121
mkdir ./gh-release
122
find . -name '${{ needs.meta.outputs.bin_name }}-*' -executable -type f -maxdepth 1 -print0 | xargs -0 -I {} tar --transform='flags=r;s|.*|${{ needs.meta.outputs.bin_name }}|' -czvf ./gh-release/{}.tar.gz {}
123
- name: Upload binaries & packages
124
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
125
with:
126
name: ${{ needs.meta.outputs.bin_name }} Binary Artifacts
127
path: out/gh-release/*
0 commit comments