diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aca7c44..2c22934 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,5 +70,6 @@ jobs: uses: actions/upload-artifact@v3 with: name: build_on_${{ matrix.os }} - path: ../my-wails-project/build/bin/ - retention-days: 5 \ No newline at end of file + path: build/bin/ + retention-days: 5 + working-directory: ../my-wails-project/ \ No newline at end of file