Skip to content

Commit 47cc967

Browse files
committed
[skip ci] Add azure path when uloading tarball
1 parent 7b40622 commit 47cc967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-release-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: azure/CLI@9f7ce6f37c31b777ec6c6b6d1dfe7db79f497956 # v2.2.0
9090
with:
9191
inlineScript: |
92-
echo "Uploading tarball to Azure..."
92+
echo "Uploading tarball to Azure... nginx-agent/release-${{ inputs.pkgVersion }}/nginx-agent.tar.gz"
9393
az storage blob upload --auth-mode=login -f "${{ inputs.pkgRepo }}/nginx-agent/nginx-agent.tar.gz" \
9494
-c ${{ secrets.AZURE_CONTAINER_NAME }} \
9595
--account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --overwrite -n nginx-agent/release-${{ inputs.pkgVersion }}/nginx-agent.tar.gz

0 commit comments

Comments
 (0)