We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f8f39 commit c85e3f4Copy full SHA for c85e3f4
1 file changed
deploy.sh
@@ -159,7 +159,7 @@ if $INPUT_GENERATE_ZIP; then
159
echo "Generating zip file..."
160
cd "$SVN_DIR/trunk" || exit
161
zip -r "${GITHUB_WORKSPACE}/${SLUG}.zip" .
162
- echo "::set-output name=zip-path::${GITHUB_WORKSPACE}/${SLUG}.zip"
+ echo "zip-path=${GITHUB_WORKSPACE}/${SLUG}.zip" >> "${GITHUB_OUTPUT}"
163
echo "✓ Zip file generated!"
164
fi
165
0 commit comments