Update CompileWindows.yml

This commit is contained in:
Alessandro Muntoni 2020-02-17 15:33:22 +01:00 committed by GitHub
parent 314bce7692
commit 2a4bc304b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ jobs:
id: envs
run: |
echo '::set-env name=VCINSTALLDIR::C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC'
echo ::set-output name=date::"$(Get-Date -Format "yyyy.MM")"
echo '::set-output name=date::$(Get-Date -Format "yyyy.MM")'
- name: print date
run: |
echo ${{steps.envs.outputs.date}}