Skip to content

Commit

Permalink
uh. do blank lines matter?
Browse files Browse the repository at this point in the history
  • Loading branch information
fiendish committed Nov 3, 2017
1 parent cb0ca19 commit 58601ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ install:
7z a Aardwolf_MUSHclient_$($env:PACKAGE_VERSION)_no_visuals_no_install.zip .\MUSHclient
Get-ChildItem .\Aardwolf_MUSHclient_r*.exe -Recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
Get-ChildItem .\Aardwolf_MUSHclient_r*.zip -Recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
git checkout -- .
Expand Down

0 comments on commit 58601ae

Please sign in to comment.