upload to same url
This commit is contained in:
parent
076a97c096
commit
3758eda642
2
.github/workflows/tests_bidi.yml
vendored
2
.github/workflows/tests_bidi.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload report.csv to Azure
|
- name: Upload report.csv to Azure
|
||||||
run: |
|
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"
|
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"
|
echo "Report url: https://mspwblobreport.z1.web.core.windows.net/$REPORT_DIR/${{ matrix.channel }}.csv"
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue