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 a2266ae commit 90cbb20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ jobs:
with:
name: chrome-extension-artifacts
path: artifacts
# Download artifact extracts the zip files. Zip it back up.
- name: Zip Extension
run: |
zip -r extension.zip .
working-directory: artifacts
- uses: softprops/action-gh-release@v1
with:
files: artifacts/*

0 comments on commit 90cbb20

Please sign in to comment.