Skip to content

Commit

Permalink
not sure why, but compression -9 causes errors in Azure deployment. r…
Browse files Browse the repository at this point in the history
…emoving that label and trying again.
  • Loading branch information
siddheshraze committed Feb 23, 2024
1 parent 144e326 commit d509b91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
npm run test --if-present
- name: Zip artifact for deployment
run: zip release.zip ./frontend/* -r
run: zip -r release.zip ./frontend/*

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d509b91

Please sign in to comment.