Skip to content

Commit

Permalink
Mv force
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Aug 4, 2024
1 parent b904b3a commit 3b519e4
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 -f ./src-tauri/full-bundle-tauri.conf.json ./src-tauri/tauri.conf.json
run: mv --force ./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 3b519e4

Please sign in to comment.