Skip to content

Commit

Permalink
Fix the names of artifacts in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Sep 26, 2017
1 parent 2d1526e commit 14dcb05
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ build:
parallel: true
verbosity: minimal

after_build:
- cmd: if %PLATFORM%==Win32 (move Default\rcedit.exe Default\rcedit-x86.exe)
- cmd: if %PLATFORM%==x64 (move Default\rcedit.exe Default\rcedit-x64.exe)

branches:
only:
- master

artifacts:
- path: Default\rcedit.exe
name: rcedit-$(PLATFORM).exe
- path: Default\*.exe

deploy:
- provider: GitHub
Expand Down

0 comments on commit 14dcb05

Please sign in to comment.