From 9267eacb3f82f2ee1789bae2a0ed14cd567ff012 Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Wed, 16 Apr 2025 11:24:59 -0500 Subject: [PATCH] added find steps for troubleshooting --- .github/workflows/wails.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/wails.yml b/.github/workflows/wails.yml index aafcf68..ccd297d 100644 --- a/.github/workflows/wails.yml +++ b/.github/workflows/wails.yml @@ -64,6 +64,8 @@ jobs: package: false app-working-directory: ${{ github.workspace }} + - run: find ${{ github.workspace }}/build -type f + - name: Upload Binaries uses: actions/upload-artifact@v4 with: @@ -79,6 +81,7 @@ jobs: with: merge-multiple: true path: ${{ github.workspace }}/bin + - run: find ${{ github.workspace }}/bin -type f - name: Release uses: softprops/action-gh-release@v2 if: github.ref_type == 'tag'