We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dc1e7 commit 63b2e1eCopy full SHA for 63b2e1e
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
shell: pwsh
53
run: |
54
$version = "${{ steps.set-version.outputs.version }}"
55
- Compress-Archive -Path .\build\app.dist -DestinationPath ".\build\WelearnBrainBurst-$version.zip"
+ Compress-Archive -Path .\build\app.dist\* -DestinationPath ".\build\WelearnBrainBurst-$version.zip"
56
57
- name: Upload Artifacts
58
uses: actions/upload-artifact@v4
0 commit comments