Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Aug 4, 2024
1 parent 3b519e4 commit 1cf1520
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:


- name: "Full Bundle Tauri Release"
run: mv --force ./src-tauri/full-bundle-tauri.conf.json ./src-tauri/tauri.conf.json
run: |
rm ./src-tauri/tauri.conf.json
mv ./src-tauri/full-bundle-tauri.conf.json ./src-tauri/tauri.conf.json
- name: "Build and release the app"
uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit 1cf1520

Please sign in to comment.