diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index fbac3a45..1ca53488 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -154,7 +154,7 @@ jobs: console.log(`::set-output name=new_version::${newVersion}`); - name: Rename file - run: mv dist/LinguifAI\ Setup\ 0.1.0.exe dist/LinguifAI\ Setup\ ${{ steps.get_latest_release.outputs.new_version }}.exe + run: mv -f dist/LinguifAI\ Setup\ 0.1.0.exe dist/LinguifAI\ Setup\ ${{ steps.get_latest_release.outputs.new_version }}.exe - name: Create Release id: create_release diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d43babdc..69747701 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -154,7 +154,7 @@ jobs: console.log(`::set-output name=new_version::${newVersion}`); - name: Rename file - run: mv dist/LinguifAI\ Setup\ 0.1.0.exe dist/LinguifAI\ Setup\ ${{ steps.get_latest_release.outputs.new_version }}.exe + run: mv -f dist/LinguifAI\ Setup\ 0.1.0.exe dist/LinguifAI\ Setup\ ${{ steps.get_latest_release.outputs.new_version }}.exe - name: Create Release id: create_release