Skip to content

Commit

Permalink
Github already zips output artifacts. This removes the needless doubl…
Browse files Browse the repository at this point in the history
…e zip
  • Loading branch information
wpears committed Sep 13, 2023
1 parent 3fd25cc commit 16f8738
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,11 @@ jobs:
- name: Build Javascript
run: yarn build

- name: Zip static files
uses: montudor/action-zip@v1
with:
args: zip -q -r frontend.zip ./cfgov/static_built

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: frontend_${{ github.sha }}
path: frontend.zip
path: ./cfgov/static_built/

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 16f8738

Please sign in to comment.