Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammi-Husky authored Oct 3, 2016
1 parent 74280c5 commit 7171fcc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ deploy:


after_build:
- 7z a 'SAT-[Latest Commit].zip' '%APPVEYOR_BUILD_FOLDER%\VBN Editor\bin\Release\VBN Editor.exe'
- 7z a 'SAT-[Latest Commit].zip' '%APPVEYOR_BUILD_FOLDER%\VBN Editor\bin\Release\Events.cfg'
- 7z a 'SAT-[Latest Commit].zip' '%APPVEYOR_BUILD_FOLDER%\VBN Editor\bin\Release\*.dll'
- 7z a 'SAT-[Latest Commit].zip' '%APPVEYOR_BUILD_FOLDER%\VBN Editor\bin\Release\*.csv'
- 7z a "SAT-[Latest Commit].zip" "%APPVEYOR_BUILD_FOLDER%\VBN Editor\bin\Release\VBN Editor.exe"
- 7z a "SAT-[Latest Commit].zip" "%APPVEYOR_BUILD_FOLDER%\VBN Editor\bin\Release\*.dll"
- 7z a "SAT-[Latest Commit].zip" "%APPVEYOR_BUILD_FOLDER%\VBN Editor\bin\Release\*.csv"
- appveyor PushArtifact SAT-[Latest Commit].zip

0 comments on commit 7171fcc

Please sign in to comment.