Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 038af40

Browse files
committed
Attempt to fix the redundant subdirs
1 parent 28b966c commit 038af40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: installer
4242
- name: Zip Installer
4343
run: |
44-
Compress-Archive -Path .\installer -DestinationPath installer.zip
44+
Compress-Archive -Path .\installer\installer -DestinationPath installer.zip
4545
- name: Sparse checkout changelog
4646
uses: actions/checkout@v4
4747
with:

0 commit comments

Comments
 (0)