3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

ci: Really fix set-output.

I accidentally left the old line in PR #7136.
This commit is contained in:
Bruce Mitchener 2024-02-23 01:34:55 +07:00
parent 019c0648fa
commit e835974978

View file

@ -89,9 +89,7 @@ jobs:
- name: Get date
id: date
run: |
echo "::set-output name=date::$(date +'%Y-%m-%d')"
echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v4
with: