diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aab72405..7d7c084f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: - name: Build tauri run: yarn build - - uses: tauri-apps/tauri-action@v0 + - uses: tauri-apps/tauri-action@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6d7cd6e4..7cec4957 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,6 +7,7 @@ "devUrl": "http://localhost:5173" }, "bundle": { + "createUpdaterArtifacts": "v1Compatible", "publisher": "pachtop", "active": true, "category": "Utility",