diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 277d420f..7aa1d2fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -157,7 +157,7 @@ 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 + - run: ls -la build - name: Compress Linux Builds if: matrix.platform == 'linux'