Skip to content

Commit

Permalink
👷 Fix 7z add command to avoid a parent folder "package" in the releas…
Browse files Browse the repository at this point in the history
…e zip
  • Loading branch information
xurei committed Dec 3, 2023
1 parent f445173 commit 28db6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ jobs:
- name: ZIP plugin files
if: startsWith(github.ref, 'refs/tags/')
run: |
7z a "${{ env.RELEASE_FILE_NAME_X64 }}.zip" "package\*"
7z a "${{ env.RELEASE_FILE_NAME_X64 }}.zip" ".\package\*"
- name: Publish zip
if: success()
uses: actions/[email protected]
Expand Down

0 comments on commit 28db6f1

Please sign in to comment.