Skip to content

Commit

Permalink
fix(ci): untar docker cp output
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovyerus committed Oct 5, 2023
1 parent a434d62 commit 7f5411b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ jobs:
- name: Extract binaries
run: |
id=$(docker create --platform=linux/${{ matrix.platform.target }} ghcr.io/ovyerus/bandsnatch:nightly)
docker cp $id:/bs/bandsnatch - > ./bandsnatch
docker cp $id:/bs/bandsnatch - | tar xf -
docker rm -v $id
file ./bandsnatch
- name: Upload ${{ matrix.platform.name }}
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 7f5411b

Please sign in to comment.