Skip to content

Commit

Permalink
Fix github action release (test42)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Nov 22, 2024
1 parent 817a537 commit e717ca8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: Create Zip Package
run: |
zip --junk-paths ${{env.PACKAGE_NAME}} dist/${{env.PACKAGE_NAME}}/* -x "dist/package/*.tgz"
cd dist/package/
zip -r ../../${{env.PACKAGE_NAME}}.zip * -x "*.tgz"
- name: Upload JSDoc artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e717ca8

Please sign in to comment.