浏览代码

fix: CI updater artifacts (#2517)

david 4 年之前
父节点
当前提交
ecf13f968f
共有 1 个文件被更改,包括 3 次插入3 次删除
  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.*