Skip to content

Commit 9054c04

Browse files
committed
adjust path for release action
1 parent 3ddbf2e commit 9054c04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ jobs:
104104
BIN_PATH="$(find target -path "*/release/${bin}" -type f | head -n1)"
105105
cp "$BIN_PATH" "artifacts/${bin}"
106106
done
107-
tar -czf "artifacts/pointer-linux-amd64.tar.gz" -C artifacts .
107+
tar -czf "pointer-linux-amd64.tar.gz" -C artifacts .
108108
109109
- name: Release
110110
uses: softprops/action-gh-release@v2
111111
if: github.ref_type == 'tag'
112112
with:
113-
files: artifacts/pointer-linux-amd64.tar.gz
113+
files: pointer-linux-amd64.tar.gz
114114
generate_release_notes: true

0 commit comments

Comments
 (0)