Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
10bits authored Nov 5, 2020
1 parent 53de984 commit 8027474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action_schedule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ LatestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
LatestCheck=$(date -u -d"+8 hour" "+%Y-%m-%d %H:%M:%S")
git checkout $LatestTag
set_env APP_LATEST_TAG $LatestTag
set_env APP_LATEST_CHECK $LatestCheck
set_env APP_LATEST_CHECK "$LatestCheck"
set_env APP_UPLOAD_NAME $APP_NAME-$LatestTag
set_env APP_LAST_TAG $(cat $GITHUB_WORKSPACE/.lastcheck|sed -n 1p)

0 comments on commit 8027474

Please sign in to comment.