Skip to content

Commit

Permalink
opendingux: GitHub CI: Fix set-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm authored and pcercuei committed Oct 30, 2022
1 parent 9bbc7cd commit 811d2d0
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 @@ -36,7 +36,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}")
file(APPEND $ENV{GITHUB_OUTPUT} "timestamp=${current_date}\n")
- name: ccache cache files
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 811d2d0

Please sign in to comment.