Skip to content

Commit

Permalink
fix: container name
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-holden authored Aug 9, 2024
1 parent 358d3d2 commit 1c46a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: "Publish Release"
run: |
filename=${GITHUB_REPOSITORY#*/}.tar.gz
containerName=artifacts
containerName=release-artifacts
wget -O $filename $SRC_TARBALL_URI
Expand All @@ -60,7 +60,7 @@ jobs:
--auth-mode login \
--file $filename \
--account-name $STORAGE_ACCOUNT_NAME \
--container release-artifacts \
--container $containerName \
--name $filename
env:
SRC_TARBALL_URI: ${{ github.event.release.tarball_url }}
Expand Down

0 comments on commit 1c46a72

Please sign in to comment.