Skip to content

Commit aa476f4

Browse files
committed
do it correctly
1 parent 64ca272 commit aa476f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ popd
2121
mkdir -p output
2222
cp "${PACKDIR}"/Boot.Metrics-"${TAG}".zip output
2323

24-
if [[ -v GITHUB_ENV ]]
24+
if [[ -v GITHUB_OUTPUT ]]
2525
then
26-
echo "{TAG_NAME}={${TAG}}" >> "$GITHUB_OUTPUT"
26+
echo "TAG_NAME=${TAG}" >> "$GITHUB_OUTPUT"
2727
fi

0 commit comments

Comments
 (0)