We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 173bf1f + af47fe9 commit db18c32Copy full SHA for db18c32
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
sudo apt-get install -y webkit2gtk-4.0
34
- name: install app dependencies and build it
35
run: yarn && yarn build
36
- - uses: jdukewich/tauri-action@fix-windows-bundling
+ - uses: tauri-apps/tauri-action@dev
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
with:
0 commit comments