We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfe2d3 commit aa57569Copy full SHA for aa57569
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
shell: cmake -P {0}
19
run: |
20
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
21
- message("::set-output name=timestamp::${current_date}")
+ file(APPEND "$ENV{GITHUB_OUTPUT}" "timestamp=${current_date}")
22
23
- uses: actions/cache@v3
24
with:
0 commit comments