upload to same url

This commit is contained in:
Yury Semikhatsky 2024-12-20 17:19:21 -08:00
parent 076a97c096
commit 3758eda642

View file

@ -61,7 +61,7 @@ jobs:
- name: Upload report.csv to Azure
run: |
REPORT_DIR='run-bidi-${{ github.event.workflow_run.id }}-${{ github.event.workflow_run.run_attempt }}-${{ github.sha }}'
REPORT_DIR='bidi-reports'
azcopy cp "./test-results/report.csv" "https://mspwblobreport.blob.core.windows.net/\$web/$REPORT_DIR/${{ matrix.channel }}.csv"
echo "Report url: https://mspwblobreport.z1.web.core.windows.net/$REPORT_DIR/${{ matrix.channel }}.csv"
env: