We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b40622 commit 47cc967Copy full SHA for 47cc967
.github/workflows/upload-release-assets.yml
@@ -89,7 +89,7 @@ jobs:
89
uses: azure/CLI@9f7ce6f37c31b777ec6c6b6d1dfe7db79f497956 # v2.2.0
90
with:
91
inlineScript: |
92
- echo "Uploading tarball to Azure..."
+ echo "Uploading tarball to Azure... nginx-agent/release-${{ inputs.pkgVersion }}/nginx-agent.tar.gz"
93
az storage blob upload --auth-mode=login -f "${{ inputs.pkgRepo }}/nginx-agent/nginx-agent.tar.gz" \
94
-c ${{ secrets.AZURE_CONTAINER_NAME }} \
95
--account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --overwrite -n nginx-agent/release-${{ inputs.pkgVersion }}/nginx-agent.tar.gz
0 commit comments