Skip to content

Commit

Permalink
Change set-output to GITHUB_OUTPUT (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ITobiI authored Aug 10, 2023
1 parent 7b913c2 commit 7a8eaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ tizen build-web -- "$PROJECT_DIR" \

if [ $? -eq 0 ]; then
SUCCESS=true
echo "::set-output name=package-artifact::$PACKAGE_OUTPUT_PATH"
echo "package-artifact=$PACKAGE_OUTPUT_PATH" >> $GITHUB_OUTPUT
else
SUCCESS=false
cat "$ERROR_LOG"
Expand Down

0 comments on commit 7a8eaca

Please sign in to comment.