Prechádzať zdrojové kódy

fix: CI updater artifacts (#2517)

david 4 rokov pred
rodič
commit
ecf13f968f
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      .github/workflows/artifacts-updater.yml

+ 3 - 3
.github/workflows/artifacts-updater.yml

@@ -136,14 +136,14 @@ jobs:
         if: matrix.platform == 'ubuntu-latest'
         with:
           name: linux-updater-artifacts
-          path: ./target/release/bundle/appimage/updater-example_*.AppImage.*
+          path: ./examples/updater/src-tauri/target/release/bundle/appimage/updater-example_*.AppImage.*
       - uses: actions/upload-artifact@v2
         if: matrix.platform == 'windows-latest'
         with:
           name: windows-updater-artifacts
-          path: ./target/release/bundle/msi/*
+          path: ./examples/updater/src-tauri/target/release/bundle/msi/*
       - uses: actions/upload-artifact@v2
         if: matrix.platform == 'macos-latest'
         with:
           name: macos-updater-artifacts
-          path: ./target/release/bundle/macos/updater-example.app.tar.*
+          path: ./examples/updater/src-tauri/target/release/bundle/macos/updater-example.app.tar.*