Skip to content

Commit

Permalink
Merge pull request #29 from TailUFPB/develop
Browse files Browse the repository at this point in the history
chore: force flag added to mv
  • Loading branch information
tahaluh authored Apr 15, 2024
2 parents 5ef346a + e3e3903 commit 60e5569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60e5569

Please sign in to comment.