Skip to content

Commit c4bd1cb

Browse files
author
bram
committed
Fixed yml syntax
1 parent 7abe2db commit c4bd1cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,15 +391,15 @@ jobs:
391391
if [ -f "./OpenCryptUITest.exe" ]; then
392392
chmod +x ./OpenCryptUITest.exe
393393
# Create a Windows-specific run_tests.bat script
394-
cat > run_tests.bat << EOF
394+
cat > run_tests.bat << 'EOFMARKER'
395395
@echo off
396396
:: Set Qt logging rules to disable Qt internal categories
397397
set QT_LOGGING_RULES=qt.*=false
398-
set QT_MESSAGE_PATTERN=[%{type}] %{message}
398+
set QT_MESSAGE_PATTERN=[%%{type}] %%{message}
399399

400400
:: Run the test with filtering
401401
.\OpenCryptUITest.exe %*
402-
EOF
402+
EOFMARKER
403403
chmod +x run_tests.bat
404404

405405
# Run the tests using our script

0 commit comments

Comments
 (0)