From 6e452624e54ccd427b5672c77b3a6a019d838da3 Mon Sep 17 00:00:00 2001 From: Willy Date: Tue, 31 Jan 2023 23:22:56 +0000 Subject: [PATCH] temporary ls --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61391e82..277d420f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -157,6 +157,8 @@ jobs: tags: ${{ env.XGO_TAGS }} ldflags: -s -w -X main.VERSION=${{ needs.data.outputs.version }} -X main.COMMIT=${{ env.COMMIT }} ${{ env.BUILD_FLAGS }} + - run: ls -la + - name: Compress Linux Builds if: matrix.platform == 'linux' run: |