diff --git a/.github/workflows/reader.yml b/.github/workflows/reader.yml index a88d5b1..2176cb5 100644 --- a/.github/workflows/reader.yml +++ b/.github/workflows/reader.yml @@ -48,7 +48,7 @@ jobs: echo ::set-output name=version_name::"$versionN" echo need_create_release=$NEED_CREATE_RELEASE - echo version_name=$versionN + echo version_name=v$versionN if [[ $NEED_CREATE_RELEASE == 'true' ]];then echo ::set-output name=lanzou_folder_id::"1608604" @@ -97,4 +97,4 @@ jobs: if: ${{ env.ylogin }} run: | python3 $GITHUB_WORKSPACE/.github/scripts/lzy.py "${{ steps.config.outputs.file_path }}" "${{ steps.config.outputs.lanzou_folder_id }}" - echo "[$(date -u -d '+8 hour' '+%Y.%m.%d %H:%M:%S')] 分享链接: ${{ steps.config.outputs.lanzou_share_url }}" \ No newline at end of file + echo "[$(date -u -d '+8 hour' '+%Y.%m.%d %H:%M:%S')] 分享链接: ${{ steps.config.outputs.lanzou_share_url }}"