Skip to content

Commit

Permalink
add version.h to the list of uploaded files
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Dec 3, 2019
1 parent 37c6f6d commit 5db88c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ for:
if($env:APPVEYOR_REPO_BRANCH -eq "master" -And $env:DEPLOY_KEY -ne $null) {
$bytes = [System.Convert]::FromBase64String($env:DEPLOY_KEY)
[System.IO.File]::WriteAllBytes("$($PWD)\deploy_key", $bytes)
scp -i deploy_key -o StrictHostKeyChecking=NO -q sws*.exe `
scp -i deploy_key -o StrictHostKeyChecking=NO -q sws*.exe version.h `
BuildUtils/SWS_Template.ReaperLangPack BuildUtils/whatsnew.html `
[email protected]:/var/www/standingwaterstudios.com/public_html/download/pre-release
}
Expand Down

0 comments on commit 5db88c1

Please sign in to comment.