Skip to content

Commit

Permalink
Don't use set-output.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Jul 16, 2024
1 parent ec93bd5 commit 4405244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
shell: cmake -P {0}
run: |
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
message("::set-output name=timestamp::${current_date}")
message("timestamp=${current_date}" >> $GITHUB_OUTPUT)
- name: Set ccache cache directory on non-Windows
if: matrix.platform.os_type != 'windows'
Expand Down

0 comments on commit 4405244

Please sign in to comment.