Skip to content

Commit

Permalink
build: Update tauri-action to use dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pacholoamit committed Oct 15, 2024
1 parent 6b77764 commit e9693b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"devUrl": "http://localhost:5173"
},
"bundle": {
"createUpdaterArtifacts": "v1Compatible",
"publisher": "pachtop",
"active": true,
"category": "Utility",
Expand Down

0 comments on commit e9693b0

Please sign in to comment.