We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22866cb commit 12bc957Copy full SHA for 12bc957
1 file changed
.github/workflows/BuildAndTest.yml
@@ -107,7 +107,7 @@ jobs:
107
if: runner.os == 'Windows'
108
109
- name: Download Test files
110
- run: curl -L "${{ secrets.AZURE_BLOB_ROOT_PATH }}bitstream-testfiles/TestFile_h264_aac_1s_320x240.mp4${{ secrets.AZURE_BLOB_TOKEN }}" -o TestFile_h264_aac_1s_320x240.mp4
+ run: curl -L "${{ secrets.AZURE_BLOB_ROOT_PATH }}bitstream-testfiles/TestFile_h264_aac_1s_320x240.mp4?${{ secrets.AZURE_BLOB_TOKEN }}" -o TestFile_h264_aac_1s_320x240.mp4
111
112
- name: Run integration tests
113
run: ./integrationTest
0 commit comments