Skip to content

Commit

Permalink
Fixed zip not using combined plugin files
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Apr 7, 2024
1 parent 438022f commit daaf8ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ jobs:
- name: Zip plugin
if: github.ref == 'refs/heads/main' && ${{ steps.VERSION.outputs.applicable == 'true' }}
run: 7z a -tzip EliteVA.zip *
working-directory: src-plugin/EliteVA/bin/Release/net472
working-directory: src-plugin/EliteVA-plugin

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

- name: Build updater
run: yarn tauri build
Expand Down

0 comments on commit daaf8ab

Please sign in to comment.