Skip to content

Commit

Permalink
Updating actions to only run when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpleslie committed Mar 27, 2024
1 parent 58a19cb commit b0799d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ jobs:
- name: Zip Extension
run: |
cd dist
zip -r extension.zip .
zip -r extension-dev.zip .
working-directory: extension

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

build-prod:
environment: production
Expand Down

0 comments on commit b0799d8

Please sign in to comment.