Skip to content

Commit

Permalink
Fixed publish workflow error (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan authored Apr 5, 2022
1 parent c8a680f commit d0a69c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: 7z a -mx=9 latest.zip ./dist/*

- name: Upload to Blob
run: az storage blob upload -f latest.zip -c azure-keyvault-letsencrypt -n v3/latest.zip
run: az storage blob upload -f latest.zip -c azure-keyvault-letsencrypt -n v3/latest.zip --overwrite
env:
AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}

0 comments on commit d0a69c8

Please sign in to comment.