From 21e09d453df6cb7bb6a7cf694e9609a34487adfb Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Wed, 16 Apr 2025 13:19:31 -0500 Subject: [PATCH] ill try powershell instead --- .github/workflows/wails.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wails.yml b/.github/workflows/wails.yml index 21a9b58..089130c 100644 --- a/.github/workflows/wails.yml +++ b/.github/workflows/wails.yml @@ -105,7 +105,8 @@ jobs: package: false app-working-directory: ${{ github.workspace }} - - run: dir "${{ github.workspace }}\build\" /s/b + - shell: powershell + run: Get-ChildItem -Path ${{ github.workspace }}\build -Recurse -File - name: Upload Binaries uses: actions/upload-artifact@v4