From b3424a27abc5611be4e9fcd29850e1b9f9098b64 Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Wed, 16 Apr 2025 11:43:53 -0500 Subject: [PATCH] turns out you cant do conditionals on matrix --- .github/workflows/wails.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/wails.yml b/.github/workflows/wails.yml index 550dfe7..f119e40 100644 --- a/.github/workflows/wails.yml +++ b/.github/workflows/wails.yml @@ -64,11 +64,7 @@ jobs: package: false app-working-directory: ${{ github.workspace }} - - run: find ${{ github.workspace }}/build -type f - if: ${{ matrix.build.platform }} != 'windows/amd64' - - - run: find ${{ github.workspace }}\build -type f - if: ${{ matrix.build.platform }} == 'windows/amd64' + - run: find ${{ github.workspace }} -type f - name: Upload Binaries uses: actions/upload-artifact@v4