We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb479a commit c3a6aa5Copy full SHA for c3a6aa5
.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: tauri-apps/tauri-action@v0
+ - uses: jdukewich/tauri-action@fix-windows-bundling
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
with:
0 commit comments