From c1ccf827df96256f5c58cec7d9f5afce1dfb4597 Mon Sep 17 00:00:00 2001 From: Rouven Himmelstein Date: Thu, 5 Jan 2023 19:12:34 +0100 Subject: [PATCH] feat(pipe): debug pipe --- .github/workflows/build-image.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 9b48969..7a3c024 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -167,14 +167,14 @@ jobs: source prep-build-env.sh # Cleanup target dir - sudo rm -rf target + # TODO: Remove this once we know what is produces here + sudo rm -rf target # Compile the desired target build-rust-static-bin ${{ matrix.target }} - ls -la ls -la target - tree + file target/**/this-week-in-past - name: Upload static application binaries uses: actions/upload-artifact@v3