[eric] release: unbreak the windows smoke yaml, nested quotes killed the parse

This commit is contained in:
ciregenz
2026-08-03 01:32:17 -07:00
parent 04de7e8d29
commit 397d4bdff8
+2 -1
View File
@@ -111,4 +111,5 @@ jobs:
"PASS app launched and its backend answered"
- name: Verdict
run: '"Windows packaged smoke passed for ${{ inputs.tag || 'v1.7.0' }}"'
run: |
"Windows packaged smoke passed for ${{ inputs.tag || 'v1.7.0' }}"