use same date format as linux build
This commit is contained in:
parent
7b8eec955c
commit
90a80fedaf
|
@ -46,7 +46,7 @@ install:
|
|||
- ps: '& "C:\Program Files (x86)\NSIS\makensis.exe" gajim.nsi'
|
||||
|
||||
# Push Installer Exe
|
||||
- ps: $env:TIME_STRING=(get-date).ToString(‘d-M-yyyy’)
|
||||
- ps: $env:TIME_STRING=(get-date -UFormat "%Y-%m-%d").ToString()
|
||||
- ps: Push-AppveyorArtifact Gajim.exe -FileName "Gajim-default-$($env:TIME_STRING).exe"
|
||||
|
||||
build: off
|
||||
|
|
Loading…
Reference in New Issue