Skip to content

Commit

Permalink
ci: Fix missing destination path (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash authored Jan 29, 2025
1 parent ff28136 commit d2bd42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-widgetbook-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: azure/CLI@v2
with:
inlineScript: |
az storage blob upload --overwrite true --container-name mews-ui-widgetbook --file optimus_widgetbook/build/web/index.html --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --auth-mode login
az storage blob upload --overwrite true --container-name mews-ui-widgetbook --file optimus_widgetbook/build/web/index.html --name release/index.html --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --auth-mode login
- name: Upload assets to the app folder
uses: azure/CLI@v2
Expand Down

0 comments on commit d2bd42b

Please sign in to comment.