Skip to content
Snippets Groups Projects
Commit 197f9107 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Add time string to appveyor.yml

parent 7a2cbcf5
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,8 @@ install:
- rename exe.win32-3.4 build
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment