Skip to content

Commit

Permalink
Merge pull request #1 from wpears/single-zip
Browse files Browse the repository at this point in the history
Single zip
  • Loading branch information
wpears authored Sep 13, 2023
2 parents f29ccd9 + ee91305 commit 7668c24
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 7668c24

Please sign in to comment.