From 58e5b5470feeb9521ed6e2acdc78902f90dd61e8 Mon Sep 17 00:00:00 2001 From: fengyuecanzhu <1021300691@qq.com> Date: Sun, 29 May 2022 17:11:14 +0800 Subject: [PATCH] update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d8345d..8be783c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: tag_name=${{ steps.config.outputs.version_name }}-$gitHead fi python3 $GITHUB_WORKSPACE/keystore/scripts/lzy.py "${{ steps.get_path.outputs.file_path }}" "${{ steps.config.outputs.lanzou_folder_id }}" "$tag_name" - echo "[$(date -u -d '+8 hour' '+%Y.%m.%d %H:%M:%S')] 分享链接: ${{ steps.config.outputs.lanzou_share_url }}" + # 发布正式版 - name: Release if: ${{ steps.config.outputs.need_create_release == 'true' && github.ref == 'refs/heads/master' }} uses: softprops/action-gh-release@v1 @@ -87,7 +87,7 @@ jobs: ${{ steps.get_path.outputs.file_path }}/风月读书${{ steps.config.outputs.version_name }}-universal.apk env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - + # 上传Artifact - name: Upload Artifact arm64-v8a uses: actions/upload-artifact@v3 with: