From e3e3903ca31f2bd5c3badba39f9a5ae88b32ba9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thau=C3=A3=20Magalh=C3=A3es?= Date: Mon, 15 Apr 2024 10:52:02 -0300 Subject: [PATCH] chore: force flag added to mv --- .github/workflows/develop.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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