Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix drop path #204

Merged
merged 12 commits into from
Sep 6, 2024
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@ jobs:
!(endsWith(github.ref, '-rc') || endsWith(github.ref, '-dev') || endsWith(github.ref, '-prerelease')) &&
github.repository == 'Azure/azure-functions-dapr-extension'
run: |
az storage blob upload-batch -d "drops/azure-functions-dapr-extension/dotnet/${{ env.REL_VERSION }}/" -s ${{ env.NUPKG_OUTDIR }}/ --account-name azuresdkpartnerdrops --auth-mode login
az storage blob upload-batch -d "drops/azure-functions-dapr-extension/java/${{ env.REL_VERSION }}/" -s ${{ env.MAVEN_OUTDIR }}/ --account-name azuresdkpartnerdrops --auth-mode login
az storage blob upload-batch -d "drops/azure-functions-dapr-extension/dotnet/${{ env.REL_VERSION }}" -s ${{ env.NUPKG_OUTDIR }}/ --account-name azuresdkpartnerdrops --auth-mode login
az storage blob upload-batch -d "drops/azure-functions-dapr-extension/java/${{ env.REL_VERSION }}" -s ${{ env.MAVEN_OUTDIR }}/ --account-name azuresdkpartnerdrops --auth-mode login
Loading