We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b07ba4b + cf44331 commit 27de713Copy full SHA for 27de713
.github/workflows/azuresdkdrop.yml
@@ -115,4 +115,4 @@ jobs:
115
ls -la
116
PACKAGE_ID=`echo $(ls *.tgz) | sed -e 's/\.tgz$//'`
117
echo $PACKAGE_ID
118
- az storage blob upload -n azure-staticwebapps/npm/$PACKAGE_ID/$(ls *.tgz) -c drops -f $(ls *.tgz) --account-name azuresdkpartnerdrops
+ az storage blob upload -n azure-staticwebapps/npm/$PACKAGE_ID/$(ls *.tgz) -c drops -f $(ls *.tgz) --account-name azuresdkpartnerdrops --auth-mode login
0 commit comments