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: |