Skip to content

Commit

Permalink
chore: more ci debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovyerus committed Sep 30, 2023
1 parent 7f4c0f2 commit 7e9f973
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
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 rm -v $id
- name: Upload ${{ matrix.platform.name }}
Expand Down Expand Up @@ -160,8 +161,8 @@ jobs:
"linux-aarch64"
)
ls ./
ls ../
ls ../bandsnatch-linux-x86_64
ls ../bandsnatch-linux-aarch64
for target in "${arr[@]}"
do
Expand Down

0 comments on commit 7e9f973

Please sign in to comment.