Skip to content

Commit

Permalink
Revert to set-output because can't use GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
Thanks Github for the amazing documentation and examples
  • Loading branch information
vivaladav authored Oct 29, 2023
1 parent e42e53e commit a34d3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
# Save the path for other steps
file(TO_CMAKE_PATH "$ENV{GITHUB_WORKSPACE}/qt/${qt_dir_prefix}" qt_dir)
execute_process(COMMAND echo "qt_dir=${qt_dir}" >> "$GITHUB_OUTPUT")
message("::set-output name=qt_dir::${qt_dir}")
message("[DBG] qt_dir=${qt_dir}")
# download Qt
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
file(TO_CMAKE_PATH "$ENV{GITHUB_WORKSPACE}/qtcreator" qtc_dir)
# Save the path for other steps
execute_process(COMMAND echo "qtc_dir=${qtc_dir}" >> "$GITHUB_OUTPUT")
message("::set-output name=qtc_dir::${qtc_dir}")
message("[DBG] qtc_dir=${qtc_dir}")
file(MAKE_DIRECTORY qtcreator)
Expand Down

0 comments on commit a34d3d6

Please sign in to comment.