diff --git a/.github/workflows/bundle.yml b/.github/workflows/bundle.yml index ddae54c..95f02e6 100644 --- a/.github/workflows/bundle.yml +++ b/.github/workflows/bundle.yml @@ -36,7 +36,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: ReportBook MacOS - path: ${{github.workspace}}/src-tauri/target/release/bundle/macos/ReportBook.app + path: ${{github.workspace}}/src-tauri/target/universal-apple-darwin/release/bundle/macos/ReportBook.app - name: Upload Artifact (Windows) if: matrix.os == 'windows-latest'