Skip to content

Commit d44cdac

Browse files
committed
Fix support for matching nightly-6.1 to 6.1-SNAPSHOT
1 parent 3e1e002 commit d44cdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ runs:
168168
fi
169169
170170
if [[ "${SWIFT_VERSION}" == "" ]]; then
171-
echo "::error::Could not find any swift version matching: ${{ inputs.swift-version }}"
171+
echo "::error::Could not find any swift version matching: ${{ inputs.swift-version }} in: $(cat ${SWIFT_VERSIONS_FILE})"
172172
exit 1
173173
fi
174174

0 commit comments

Comments
 (0)