From 79912e74fa0c853e99d7e55f7c4bb493a84c78a6 Mon Sep 17 00:00:00 2001 From: Luca LeBlanc <67206487+yodaluca23@users.noreply.github.com> Date: Sat, 22 Jun 2024 16:00:25 -0500 Subject: [PATCH] Update Build and Release.yml --- .github/workflows/Build and Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build and Release.yml b/.github/workflows/Build and Release.yml index 1a41c6f..cd20480 100644 --- a/.github/workflows/Build and Release.yml +++ b/.github/workflows/Build and Release.yml @@ -130,7 +130,7 @@ jobs: echo "$downloaded_file" mv "$downloaded_file" "Build Components/" echo "swiftprotobuf=Build Components/$downloaded_file" >> $GITHUB_ENV - echo "swiftprotobuf" + echo "$swiftprotobuf" filename=$(basename "${protobuf_asset}") protobuf_version=$(echo "${filename}" | sed -n 's/org.swift.protobuf.swiftprotobuf_\([^-]*\)_iphoneos-arm.deb/\1/p') echo "SWIFTPROTOBUFVERSION=${protobuf_version}" >> $GITHUB_ENV