Skip to content

Commit

Permalink
change unzip command
Browse files Browse the repository at this point in the history
  • Loading branch information
vriesmarcel committed Oct 6, 2023
1 parent dccbf7a commit 4aa829e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: UnZip artifact for deployment
run: |
unzip ./frontend.zip ./frontend -r
unzip ./frontend.zip -d ./frontend
- name: Azure Login
uses: azure/login@v1
Expand Down

0 comments on commit 4aa829e

Please sign in to comment.