Skip to content

Commit

Permalink
Fix zipping
Browse files Browse the repository at this point in the history
  • Loading branch information
jermowery committed Nov 10, 2024
1 parent 4f8af97 commit 3930962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Create archive
run: |-
zip -r source-${{ github.sha }}.zip .
zip -r extension-${{ github.sha }}.zip dist
(cd dist && zip -r ../extension-${{ github.sha }}.zip .)
- name: Upload extension artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3930962

Please sign in to comment.