Skip to content

Commit 88a709f

Browse files
author
linkmluser
committed
Fix Tauri action version
1 parent a25cace commit 88a709f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tauri-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: bash scripts/prepare_tauri_ui.sh
4848

4949
- name: Build and release
50-
uses: tauri-apps/tauri-action@v1
50+
uses: tauri-apps/tauri-action@v0
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
# macOS signing (optional)

0 commit comments

Comments
 (0)