We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd48e1 commit 7022d5dCopy full SHA for 7022d5d
.github/workflows/deploy-preview.yml
@@ -156,7 +156,7 @@ jobs:
156
uses: azure/powershell@v1
157
with:
158
inlineScript: |
159
- az storage blob upload-batch --account-name "filescommunity" --destination "files" --destination-path "test" --source ${{ env.APPX_PACKAGE_DIR }} --overwrite true
+ az storage blob upload-batch --account-name "filescommunity" --destination "files" --destination-path "preview" --source ${{ env.APPX_PACKAGE_DIR }} --overwrite true
160
azPSVersion: "latest"
161
162
# Azure logout
0 commit comments