From d07d84b50c1e9889f1eebc8bc93557463ba882bc Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Wed, 16 Apr 2025 12:55:30 -0500 Subject: [PATCH] hopefully fixed all of the find commands --- .github/workflows/wails.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/wails.yml b/.github/workflows/wails.yml index 6e0071b..7153523 100644 --- a/.github/workflows/wails.yml +++ b/.github/workflows/wails.yml @@ -16,15 +16,6 @@ env: jobs: build-linux: - strategy: - matrix: - build: - - name: 'yellowjacket' - platform: 'windows/amd64' - os: 'windows-latest' - bin-name: 'yellowjacket' - artifact-name: 'yellowjacket.exe' - runs-on: ubuntu-latest steps: - name: Checkout @@ -52,7 +43,7 @@ jobs: package: false app-working-directory: ${{ github.workspace }} - - run: find ${{ github.workspace }}/build -t f + - run: find ${{ github.workspace }}/build -type f - name: Upload Binaries uses: actions/upload-artifact@v4 @@ -83,7 +74,7 @@ jobs: package: false app-working-directory: ${{ github.workspace }} - - run: find ${{ github.workspace }}/build -t f + - run: find ${{ github.workspace }}/build -type f - name: Upload Binaries uses: actions/upload-artifact@v4 @@ -114,7 +105,7 @@ jobs: package: false app-working-directory: ${{ github.workspace }} - - run: dir ${{ github.workspace }}\build /s /b + - run: dir ${{ github.workspace }}\build /s/b - name: Upload Binaries uses: actions/upload-artifact@v4