Skip to content

Commit 12bc957

Browse files
author
Christian Feldmann
committed
Missing questionmark before token
1 parent 22866cb commit 12bc957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/BuildAndTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if: runner.os == 'Windows'
108108

109109
- 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
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
111111

112112
- name: Run integration tests
113113
run: ./integrationTest

0 commit comments

Comments
 (0)