diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ce90b5e..443fc01 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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