Skip to content

Commit

Permalink
Deploy Zip
Browse files Browse the repository at this point in the history
  • Loading branch information
hartra344 committed Apr 17, 2024
1 parent 9aea09a commit 0566bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-e2e.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
if: always()
run: |
ZIP_DIR='run-${{ github.run_id }}-${{ github.run_attempt }}'
az storage blob upload-batch --account-name lauxtestreport --auth-mode key -d "deploymentZips/$REPORT_DIR" -s test-app-1.zip
az storage blob upload-batch --account-name lauxtestreport --auth-mode key -d "deploymentZips/$REPORT_DIR" -s "./e2e/testSetup/BlankLogicApp/test-app-1.zip"
- name: Deploy Logic Apps For Testing
uses: azure/cli@v2
Expand Down

0 comments on commit 0566bb0

Please sign in to comment.