Skip to content

Commit

Permalink
COMP: Fix "ci" GitHub workflow removing deprecated use of "::set-output"
Browse files Browse the repository at this point in the history
Fix the following warning:

  The `set-output` command is deprecated and will be disabled soon.
  Please upgrade to using Environment Files.
  For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
  • Loading branch information
jcfr committed Sep 27, 2023
1 parent a46cec4 commit 193e74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/slicer-build/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ mv ${package_filepath} $GITHUB_WORKSPACE/
package=$(basename $package_filepath)
echo "package [${package}]"

echo "::set-output name=package::$package"
echo "package=$package" >> $GITHUB_OUTPUT

0 comments on commit 193e74f

Please sign in to comment.