Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
add --overwrite flag
Browse files Browse the repository at this point in the history
A recent version of azure-cli prevents uploads to overwrite existing
objects without providing the --overwrite flag.

Signed-off-by: Matthew Fisher <[email protected]>
  • Loading branch information
bacongobbler committed Mar 1, 2022
1 parent 542c494 commit 44a7e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ jobs:
source_dir: '.'
container_name: '$web'
connection_string: ${{ secrets.CONNECTIONSTRING }}
extra_args: "--destination-path releases"
extra_args: "--destination-path releases --overwrite"
sync: false

0 comments on commit 44a7e79

Please sign in to comment.