Skip to content

Commit

Permalink
💚 使用加密的token
Browse files Browse the repository at this point in the history
  • Loading branch information
kira committed Aug 8, 2020
1 parent 6fa8773 commit 22628aa
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ max_jobs: 1
image: Visual Studio 2019

environment:
matrix:
- INNO_SETUP: 'C:\\Program Files (x86)\\Inno Setup 6'
INNO_SETUP: 'C:\\Program Files (x86)\\Inno Setup 6'

#---------------------------------#
# build configuration #
Expand All @@ -49,6 +48,10 @@ configuration: Release
# - Debug
# - Release

# scripts that run after cloning repository
install:
- cmd: git submodule update --init --recursive

# Build settings, not to be confused with "before_build" and "after_build".
# "project" is relative to the original build directory and not influenced by directory changes in "before_build".
build:
Expand All @@ -65,14 +68,13 @@ build_script:

# scripts to run after build (working directory and environment changes are persisted from the previous steps)
after_build:
- cmd: set PATH=%PATH%;%INNO_SETUP%
- cmd: iscc build\toolkit.iss

# scripts to run *after* solution is built and *before* automatic packaging occurs (web apps, NuGet packages, Azure Cloud Services)
before_package:

after_test:
- cmd: git submodule update --init --recursive
- cmd: set PATH=%PATH%;%INNO_SETUP%
- cmd: iscc build\toolkit.iss

# to disable automatic builds
#build: off
Expand Down Expand Up @@ -106,7 +108,7 @@ deploy:
force_update: true
prerelease: false
auth_token:
secure: fiFaOlgTuu0lwxc8TuIFY02OoAWDtQOJsC0c7QemRR8sZm8xGXqxe1LVMRD7kNFo
secure: 4qN3mCEpfjHrRyMg/tn/79WC9r47oq4te/w066k5WEW2IT+10aiHaEdxqtyhca4a
on:
branch: main # release from main branch only
APPVEYOR_REPO_TAG: true # deploy on tag push only
Expand Down

0 comments on commit 22628aa

Please sign in to comment.