Skip to content

Commit

Permalink
Merge pull request #846 from Timothyw0/main
Browse files Browse the repository at this point in the history
Update azuresdkdrop workflow account-name
  • Loading branch information
mkarmark authored Jun 6, 2024
2 parents 03ef933 + 037fd03 commit b07ba4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/azuresdkdrop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,11 @@ jobs:
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

# Deploy npm package - this is done by uploading to Azure's SDK blob storage then triggering their partner release pipeline.
# More info: https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/1/Partner-Release-Pipeline
- name: Upload to drop
run: |
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 $AZURE_SDK_STORAGE_ACCOUNT_NAME
az storage blob upload -n azure-staticwebapps/npm/$PACKAGE_ID/$(ls *.tgz) -c drops -f $(ls *.tgz) --account-name azuresdkpartnerdrops

0 comments on commit b07ba4b

Please sign in to comment.