Skip to content

Commit

Permalink
Force rename
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Aug 4, 2024
1 parent 533a128 commit b904b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:


- name: "Full Bundle Tauri Release"
run: mv ./src-tauri/full-bundle-tauri.conf.json ./src-tauri/tauri.conf.json
run: mv -f ./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 b904b3a

Please sign in to comment.