Skip to content

Commit

Permalink
change path to extract binary
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Jan 22, 2020
1 parent 656f6ba commit c6f060f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
run: |
mkdir -p binary/
ID=$(docker create "${APP}:${FLAV_ARCH}")
docker cp "${ID}:/bin/${APP}" binary/
docker cp "${ID}:/usr/local/bin/${APP}" binary/
docker rm "${ID}"
gzip -S "-${FLAV_ARCH}.gz" "binary/${APP}"
Expand Down

0 comments on commit c6f060f

Please sign in to comment.