We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddbf2e commit 9054c04Copy full SHA for 9054c04
1 file changed
.github/workflows/release.yml
@@ -104,11 +104,11 @@ jobs:
104
BIN_PATH="$(find target -path "*/release/${bin}" -type f | head -n1)"
105
cp "$BIN_PATH" "artifacts/${bin}"
106
done
107
- tar -czf "artifacts/pointer-linux-amd64.tar.gz" -C artifacts .
+ tar -czf "pointer-linux-amd64.tar.gz" -C artifacts .
108
109
- name: Release
110
uses: softprops/action-gh-release@v2
111
if: github.ref_type == 'tag'
112
with:
113
- files: artifacts/pointer-linux-amd64.tar.gz
+ files: pointer-linux-amd64.tar.gz
114
generate_release_notes: true
0 commit comments