Skip to content

Commit 63b2e1e

Browse files
committed
chore: 去除一层文件夹
1 parent a0dc1e7 commit 63b2e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
shell: pwsh
5353
run: |
5454
$version = "${{ steps.set-version.outputs.version }}"
55-
Compress-Archive -Path .\build\app.dist -DestinationPath ".\build\WelearnBrainBurst-$version.zip"
55+
Compress-Archive -Path .\build\app.dist\* -DestinationPath ".\build\WelearnBrainBurst-$version.zip"
5656
5757
- name: Upload Artifacts
5858
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)