Add time string to appveyor.yml

This commit is contained in:
Philipp Hörist 2016-12-10 11:35:22 +01:00
parent 7a2cbcf5bc
commit 197f910757

View file

@ -41,7 +41,8 @@ install:
- rename exe.win32-3.4 build - rename exe.win32-3.4 build
- ps: '& "C:\Program Files (x86)\NSIS\makensis.exe" gajim.nsi' - ps: '& "C:\Program Files (x86)\NSIS\makensis.exe" gajim.nsi'
- ps: Push-AppveyorArtifact Gajim.exe -FileName "Gajim-16.10.2-$($env:APPVEYOR_REPO_COMMIT).exe" - ps: $env:TIME_STRING=(get-date).ToString(d-M-yyyy)
- ps: Push-AppveyorArtifact Gajim.exe -FileName "Gajim-16.10.2-$($env:TIME_STRING).exe"
build: off build: off