Skip to content

Commit

Permalink
Fix names in Appveyor (doh).
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoll committed Jul 20, 2018
1 parent 4c4503b commit 487c811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ install:
- cmd: make win64
- ps: Rename-Item -path .\build upload64
- cmd: dir upload64\nsis
- ps: Rename-Item .\upload64\nsis\mu_1.0.0rc1.exe mu_$(get-date -f yyyy-MM-dd_HH_mm)_$($env:APPVEYOR_REPO_BRANCH)_$($env:APPVEYOR_REPO_COMMIT.subString(0,7))_64bit.exe
- ps: Rename-Item .\upload64\nsis\mu_1.0.0.exe mu_$(get-date -f yyyy-MM-dd_HH_mm)_$($env:APPVEYOR_REPO_BRANCH)_$($env:APPVEYOR_REPO_COMMIT.subString(0,7))_64bit.exe
# 32bit
- cmd: make win32
- ps: Rename-Item -path .\build upload32
- cmd: dir upload32\nsis
- ps: Rename-Item .\upload32\nsis\mu_1.0.0rc1.exe mu_$(get-date -f yyyy-MM-dd_HH_mm)_$($env:APPVEYOR_REPO_BRANCH)_$($env:APPVEYOR_REPO_COMMIT.subString(0,7))_32bit.exe
- ps: Rename-Item .\upload32\nsis\mu_1.0.0.exe mu_$(get-date -f yyyy-MM-dd_HH_mm)_$($env:APPVEYOR_REPO_BRANCH)_$($env:APPVEYOR_REPO_COMMIT.subString(0,7))_32bit.exe

# Not a project with an msbuild file, build done at install.
build: None
Expand Down

0 comments on commit 487c811

Please sign in to comment.