自动构建

This commit is contained in:
pppscn 2021-09-30 16:05:43 +08:00
parent c15f32b4bb
commit f68130e25b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: pppscn/keystore
token: ${{ secrets.TOKEN }} # 连接仓库的token,需要单独配置
token: ${{ secrets.GITHUB_TOKEN }} # 连接仓库的token,需要单独配置
path: keystore # 仓库的根目录名
# 打包release
- name: Build with Gradle