Skip to content

Commit

Permalink
Merge pull request #18 from Jeamee:bugfix/download-url
Browse files Browse the repository at this point in the history
Update tauri-action version in GitHub workflow to v0.5.16 for improved functionality
  • Loading branch information
Jeamee authored Dec 11, 2024
2 parents 47f8008 + a29eed7 commit 8d4c955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: pnpm install # change this to npm, pnpm or bun depending on which one you use.


- uses: tauri-apps/tauri-action@v0
- uses: tauri-apps/tauri-action@v0.5.16
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
Expand Down

0 comments on commit 8d4c955

Please sign in to comment.