Skip to content

Commit 11e1a6e

Browse files
perazzCopilot
andauthored
Update .github/workflows/CI.yml
Co-authored-by: Copilot <[email protected]>
1 parent 15b5d50 commit 11e1a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
run: |
313313
set -e
314314
download_path='${{ steps.download_windows_artifacts.outputs.download-path }}'
315-
download_path=${download_path%%$'\n'*}
315+
download_path=$(printf '%s\n' "$download_path" | head -n1)
316316
if [ -z "$download_path" ]; then
317317
echo "download-artifact did not report a download path" >&2
318318
exit 1

0 commit comments

Comments
 (0)