mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
fix: runner tarball extract path (#4114)
Sigh, yet another regression from 4b7827829298c2f4a23dfcdc79bd4fcb685ac1bf. I actually _did_ test already with 10a627c1967a09810473c182d6e1c1dcb8748f33, but for some reason failed to notice the error. Tested better now :/
This commit is contained in:
parent
10a627c196
commit
3eecfddfc5
2
www/docs/static/run
vendored
2
www/docs/static/run
vendored
@ -48,5 +48,5 @@ TAR_FILE="${FILE_BASENAME}_${OS}_${ARCH}.tar.gz"
|
||||
fi
|
||||
)
|
||||
|
||||
tar -xf "$TAR_FILE" -C "$TMP_DIR"
|
||||
tar -xf "$TMP_DIR/$TAR_FILE" -C "$TMP_DIR"
|
||||
"$TMP_DIR/goreleaser" "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user