3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

ci: Really fix set-output. (#7138)

I accidentally left the old line in PR #7136.
This commit is contained in:
Bruce Mitchener 2024-02-23 01:36:13 +07:00 committed by GitHub
parent 019c0648fa
commit 19f5e7ffea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: