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 3cb51de commit 8bd75efCopy full SHA for 8bd75ef
.github/workflows/issueSnapshot.yml
@@ -26,4 +26,4 @@ jobs:
26
uses: azure/CLI@v1
27
with:
28
inlineScript: |
29
- az storage blob upload-batch --account-name ${{ vars.AZURE_STORAGE_ACCOUNT_NAME }} --auth-mode key -d ${{ vars.AZURE_STORAGE_CONTAINER_NAME }} -s ./*.json
+ az storage blob upload-batch --account-name ${{ vars.AZURE_STORAGE_ACCOUNT_NAME }} --auth-mode key -d ${{ vars.AZURE_STORAGE_CONTAINER_NAME }} -s .
0 commit comments