From 7e9f97397c3c2e6129c9ac92d3d4382c3734ac8d Mon Sep 17 00:00:00 2001 From: Michael Mitchell Date: Sat, 30 Sep 2023 14:38:57 +1000 Subject: [PATCH] chore: more ci debugging --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5daccdc..28f044c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }} @@ -160,8 +161,8 @@ jobs: "linux-aarch64" ) - ls ./ - ls ../ + ls ../bandsnatch-linux-x86_64 + ls ../bandsnatch-linux-aarch64 for target in "${arr[@]}" do