Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Apr 3, 2024
1 parent bede47b commit 24c7335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: yarn tauri build

- name: Move updater
run: xcopy "src-tauri\target\release\EliteVA.exe" "EliteVA-updater.exe" /Y /I
run: copy "src-tauri\target\release\EliteVA.exe" "EliteVA-updater.exe"

- name: Release
if: github.ref == 'refs/heads/main' && ${{ steps.VERSION.outputs.applicable == 'true' }}
Expand Down

0 comments on commit 24c7335

Please sign in to comment.