Skip to content

Commit c6f060f

Browse files
committed
change path to extract binary
1 parent 656f6ba commit c6f060f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
run: |
148148
mkdir -p binary/
149149
ID=$(docker create "${APP}:${FLAV_ARCH}")
150-
docker cp "${ID}:/bin/${APP}" binary/
150+
docker cp "${ID}:/usr/local/bin/${APP}" binary/
151151
docker rm "${ID}"
152152
gzip -S "-${FLAV_ARCH}.gz" "binary/${APP}"
153153

0 commit comments

Comments
 (0)