Skip to content

Commit

Permalink
Change extension artifact type
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpleslie committed Mar 27, 2024
1 parent b1ef90a commit ceabff8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,15 @@ jobs:
VITE_FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}
VITE_WEB_URL: ${{ secrets.WEB_URL }}

- name: Zip Extension
run: zip -r extension.zip extension/dist
working-directory: extension

- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: chrome-extension-artifacts
path: extension/dist/
path: extension/extension.zip

release:
name: Release
Expand Down

0 comments on commit ceabff8

Please sign in to comment.