ls build folder

pull/1118/head
Willy 2023-02-01 00:45:33 +01:00
parent 6e452624e5
commit de1947beb7
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 1 additions and 1 deletions

View File

@ -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'