Skip to content

Commit

Permalink
Fix CD workflow crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Apr 11, 2024
1 parent ef195b1 commit 53507fa
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 @@ -129,7 +129,7 @@ jobs:

- name: Copy EliteVA.zip
if: github.ref == 'refs/heads/main' && ${{ steps.VERSION.outputs.applicable == 'true' }}
run:
run: copy "EliteVA.zip" "..\..\EliteVA.zip"
working-directory: src-plugin/EliteVA-plugin

- name: Build updater
Expand Down

0 comments on commit 53507fa

Please sign in to comment.