Skip to content

Commit

Permalink
Merge pull request #847 from Timothyw0/main
Browse files Browse the repository at this point in the history
Update azuresdkdrop workflow with auth mode
  • Loading branch information
mkarmark authored Jun 6, 2024
2 parents b07ba4b + cf44331 commit 27de713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azuresdkdrop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ jobs:
ls -la
PACKAGE_ID=`echo $(ls *.tgz) | sed -e 's/\.tgz$//'`
echo $PACKAGE_ID
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 comments on commit 27de713

Please sign in to comment.