Skip to content

Commit

Permalink
maybe fix issues with uploading source
Browse files Browse the repository at this point in the history
  • Loading branch information
jermowery committed Nov 10, 2024
1 parent fe5e4b6 commit a8e531c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Create source archive
run: zip -r source-${{ github.sha }}.zip .

- name: Install
run: npm install

Expand All @@ -24,7 +27,6 @@ jobs:

- name: Create archive
run: |-
zip -r source-${{ github.sha }}.zip . -x dist/**\*
(cd dist && zip -r ../extension-${{ github.sha }}.zip .)
- name: Upload extension artifact
Expand Down

0 comments on commit a8e531c

Please sign in to comment.