Skip to content

Commit 7022d5d

Browse files
authored
GitHub: Update deploy path
1 parent cbd48e1 commit 7022d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
uses: azure/powershell@v1
157157
with:
158158
inlineScript: |
159-
az storage blob upload-batch --account-name "filescommunity" --destination "files" --destination-path "test" --source ${{ env.APPX_PACKAGE_DIR }} --overwrite true
159+
az storage blob upload-batch --account-name "filescommunity" --destination "files" --destination-path "preview" --source ${{ env.APPX_PACKAGE_DIR }} --overwrite true
160160
azPSVersion: "latest"
161161

162162
# Azure logout

0 commit comments

Comments
 (0)