Skip to content

Commit

Permalink
fix(ci): rename linux binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovyerus committed Sep 30, 2023
1 parent 7e9f973 commit 51a6943
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,14 @@ jobs:
- name: Extract binaries
run: |
id=$(docker create --platform=linux/${{ matrix.platform.target }} ghcr.io/ovyerus/bandsnatch:nightly)
docker cp $id:/bs/bandsnatch - > ./bandsnatch-${{ matrix.platform.name }}
ls ./
docker cp $id:/bs/bandsnatch - > ./bandsnatch
docker rm -v $id
- name: Upload ${{ matrix.platform.name }}
uses: actions/upload-artifact@v2
with:
name: bandsnatch-linux-${{ matrix.platform.name }}
path: ./bandsnatch-${{ matrix.platform.name }}
path: ./bandsnatch

build-macos:
runs-on: macos-11
Expand Down

0 comments on commit 51a6943

Please sign in to comment.