diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index c321980a..9de05721 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -43,12 +43,15 @@ jobs: with: workspaces: src-tauri + - name: Install Tauri CLI + run: cargo install --git https://github.com/tauri-apps/tauri --branch 1.x tauri-cli + - name: Install Node uses: actions/setup-node@v4 with: node-version: "20" - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 9 @@ -75,7 +78,7 @@ jobs: releaseBody: "More new features are now supported." releaseDraft: false prerelease: true - tauriScript: pnpm + tauriScript: cargo tauri args: --target ${{ matrix.target }} - name: Portable Bundle @@ -157,12 +160,15 @@ jobs: with: workspaces: src-tauri + - name: Install Tauri CLI + run: cargo install --git https://github.com/tauri-apps/tauri --branch 1.x tauri-cli + - name: Install Node uses: actions/setup-node@v4 with: node-version: "20" - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 9 @@ -189,7 +195,7 @@ jobs: TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} with: - tauriScript: pnpm + tauriScript: cargo tauri args: --target ${{ matrix.target }} - name: Rename diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 340fbfd4..e70fa780 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: with: node-version: "20" - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 9 @@ -155,7 +155,7 @@ jobs: with: node-version: "20" - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 9 @@ -217,7 +217,7 @@ jobs: with: node-version: "20" - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 9 @@ -243,7 +243,7 @@ jobs: with: node-version: "20" - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 9 diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index f58e33f9..a6c6b9b6 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -7,14 +7,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Node uses: actions/setup-node@v4 with: node-version: "20" - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 9 @@ -39,7 +39,7 @@ jobs: with: node-version: "20" - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 9