Skip to content

Commit

Permalink
ci: Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Sep 3, 2024
1 parent 69e33d7 commit 5994d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Upload to blob storage
run: |
azcopy sync "${{ github.workspace }}/output" '${{ secrets.AZURE_SAS }}' --recursive=true --delete-destination=true --put-md5=true
azcopy sync "${{ github.workspace }}/output" '${{ secrets.AZURE_SAS }}' --recursive=true --delete-destination=true --put-md5=true --compare-hash="MD5"
- name: Purge CF cache
run: |
Expand Down

0 comments on commit 5994d7b

Please sign in to comment.