Skip to content

Commit 9f8eaf1

Browse files
authored
ci: fix Tauri CI (#715)
1 parent 5e888c5 commit 9f8eaf1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tauri-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
args: '--target x86_64-apple-darwin' # Intel Mac
2222
- platform: 'ubuntu-22.04'
2323
args: ''
24-
- platform: 'windows-latest'
25-
args: ''
2624

2725
runs-on: ${{ matrix.platform }}
2826
steps:
@@ -64,7 +62,7 @@ jobs:
6462
DESKTOP_MODE: true
6563

6664
- name: Build Tauri App
67-
uses: tauri-apps/tauri-action@v1
65+
uses: tauri-apps/tauri-action@v0
6866
env:
6967
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7068
with:

0 commit comments

Comments
 (0)