Add time string to appveyor.yml
This commit is contained in:
parent
7a2cbcf5bc
commit
197f910757
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue