From b62c11222a5325821f653c08f9d7253033eb08ae Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 12 Mar 2023 19:01:48 -0700 Subject: [PATCH] Fix artifact upload --- .github/workflows/artifacts.yml | 13 ++++++++++--- .run/Build Desktop.run.xml | 12 ------------ src-tauri/icons/icon.icns | Bin 616124 -> 616124 bytes 3 files changed, 10 insertions(+), 15 deletions(-) delete mode 100644 .run/Build Desktop.run.xml diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index e72165f1..33666a2c 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -57,20 +57,27 @@ jobs: - name: Upload Ubuntu Artifacts uses: actions/upload-artifact@v2 if: matrix.platform == 'ubuntu-latest' + working-directory: ./src-tauri/target/release/bundle with: name: linux-updater-artifacts - path: ./target/release/bundle/appimage/*.AppImage.* + path: ./appimage/*.AppImage.* - name: Upload Windows Artifacts uses: actions/upload-artifact@v2 if: matrix.platform == 'windows-latest' + working-directory: ./src-tauri/target/release/bundle with: name: windows-updater-artifacts - path: ./target/release/bundle/msi/* + path: ./msi/* - name: Upload MacOS Artifacts uses: actions/upload-artifact@v2 if: matrix.platform == 'macos-latest' + working-directory: ./src-tauri/target/release/bundle with: name: macos-updater-artifacts - path: ./target/release/bundle/macos/*.app.tar.* + path: | + ./macos/*.app + ./macos/*.app.tar.gz + ./macos/*.sig + ./dmg/*.dmg diff --git a/.run/Build Desktop.run.xml b/.run/Build Desktop.run.xml deleted file mode 100644 index 592d9229..00000000 --- a/.run/Build Desktop.run.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - -