Skip to content

Commit c85e3f4

Browse files
committed
Replace deprecated set-output command
1 parent 91f8f39 commit c85e3f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ if $INPUT_GENERATE_ZIP; then
159159
echo "Generating zip file..."
160160
cd "$SVN_DIR/trunk" || exit
161161
zip -r "${GITHUB_WORKSPACE}/${SLUG}.zip" .
162-
echo "::set-output name=zip-path::${GITHUB_WORKSPACE}/${SLUG}.zip"
162+
echo "zip-path=${GITHUB_WORKSPACE}/${SLUG}.zip" >> "${GITHUB_OUTPUT}"
163163
echo "✓ Zip file generated!"
164164
fi
165165

0 commit comments

Comments
 (0)