Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
10bits authored Feb 10, 2021
1 parent c5b8bf1 commit 1b705f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ function init_workspace()
fi
git checkout $LatestTag
set_env APP_UPLOAD_NAME $APP_NAME-$LatestTag
[[ "$APP_NAME" = "legado" ]] && \
set_env APP_TAG $(echo $LatestTag|grep -o '3\.[0-9]\{2\}\.[0-9]\{6\}')
debug "$APP_NAME latest tag is $LatestTag"
}
init_workspace;
Expand Down

0 comments on commit 1b705f2

Please sign in to comment.