Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon authored Jan 21, 2024
1 parent c015b7d commit e0537b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ configuration:

environment:
auth_token:
secure: 8hkN/U/UWTSiR0XJovrM+FLbNe51eigL7viOQEP1Hy+5uP8kTthMF+2SUifn7OUM
secure: oYkN6ClBeCQpDctBb2K+mucEepsxl60sXzU6J9JZm2rvIwBFJBfx1A+RLeGH0ve1
PRE_RELEASE: PRE_RELEASE
build:
project: MUSHclient_2017.sln
parallel: true
verbosity: normal

artifacts:
- path: WinRel\MUSHclient.exe
- path: WinRel\MUSHclient.exe8hkN/U/UWTSiR0XJovrM+FLbNe51eigL7viOQEP1Hy+5uP8kTthMF+2SUifn7OUM
name: MUSHclient_Release
type: File
- path: WinDebug\MUSHclient.exe
Expand All @@ -43,7 +43,7 @@ deploy:
- provider: GitHub
tag: latest_commit_debug
auth_token:
secure: 8hkN/U/UWTSiR0XJovrM+FLbNe51eigL7viOQEP1Hy+5uP8kTthMF+2SUifn7OUM
secure: oYkN6ClBeCQpDctBb2K+mucEepsxl60sXzU6J9JZm2rvIwBFJBfx1A+RLeGH0ve1
artifact: MUSHclient_Debug,MUSHclient_Debug_PDB
prerelease: true
force_update: true
Expand All @@ -54,7 +54,7 @@ deploy:
- provider: GitHub
tag: latest_commit
auth_token:
secure: 8hkN/U/UWTSiR0XJovrM+FLbNe51eigL7viOQEP1Hy+5uP8kTthMF+2SUifn7OUM
secure: oYkN6ClBeCQpDctBb2K+mucEepsxl60sXzU6J9JZm2rvIwBFJBfx1A+RLeGH0ve1
artifact: MUSHclient_Release
prerelease: true
force_update: true
Expand Down

0 comments on commit e0537b2

Please sign in to comment.