diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ccfb6dd..5c3695c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: echo need_create_release=$CREATE_RELEASE echo version_name=$versionN - if [ $NEED_CREATE_RELEASE == 'true' -a ${{ github.ref }} == 'refs/heads/master' ];then + if [ $CREATE_RELEASE == 'true' -a ${{ github.ref }} == 'refs/heads/master' ];then echo ::set-output name=lanzou_folder_id::"1608604" echo ::set-output name=lanzou_share_url::"https://fycz.lanzoui.com/b00ngso7e" else diff --git a/app/version_code.properties b/app/version_code.properties index a50cefc..6e84c85 100644 --- a/app/version_code.properties +++ b/app/version_code.properties @@ -18,4 +18,4 @@ #Fri Jun 18 21:45:31 CST 2021 VERSION_CODE=245 -CREATE_RELEASE=true \ No newline at end of file +CREATE_RELEASE=false \ No newline at end of file