Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
kqyang committed Nov 22, 2019
1 parent 5997afa commit 59da97c
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 @@ -48,9 +48,9 @@ after_build:
)
- if NOT [%LIBPACKAGER_TYPE%] == ["shared_library"] (
copy "out\%OUTPUT_DIRECTORY%\mpd_generator.exe" deploy\mpd_generator-win.exe
7z a pssh-box.py.zip "%APPVEYOR_BUILD_FOLDER%\src\out\%OUTPUT_DIRECTORY%\pyproto" "%APPVEYOR_BUILD_FOLDER%\src\out\%OUTPUT_DIRECTORY%\pssh-box.py"
copy pssh-box.py.zip deploy\pssh-box-win.py.zip
)
- 7z a pssh-box.py.zip "%APPVEYOR_BUILD_FOLDER%\src\out\%OUTPUT_DIRECTORY%\pyproto" "%APPVEYOR_BUILD_FOLDER%\src\out\%OUTPUT_DIRECTORY%\pssh-box.py"
- copy pssh-box.py.zip deploy\pssh-box-win.py.zip

artifacts:
- path: 'deploy\*'
Expand Down

0 comments on commit 59da97c

Please sign in to comment.