Skip to content

Commit

Permalink
chore(ci): check file type for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovyerus committed Oct 5, 2023
1 parent 51a6943 commit a434d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
id=$(docker create --platform=linux/${{ matrix.platform.target }} ghcr.io/ovyerus/bandsnatch:nightly)
docker cp $id:/bs/bandsnatch - > ./bandsnatch
docker rm -v $id
file ./bandsnatch
- name: Upload ${{ matrix.platform.name }}
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a434d62

Please sign in to comment.