From d2bd42bc01205697365ae3027d9cb1e335b77ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitalij=20Va=C5=A1=C4=8Denko?= Date: Wed, 29 Jan 2025 14:47:17 +0100 Subject: [PATCH] ci: Fix missing destination path (#737) --- .github/workflows/deploy-widgetbook-azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-widgetbook-azure.yml b/.github/workflows/deploy-widgetbook-azure.yml index 82f8e54c..c66723c9 100644 --- a/.github/workflows/deploy-widgetbook-azure.yml +++ b/.github/workflows/deploy-widgetbook-azure.yml @@ -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