5
0
mirror of synced 2024-11-23 22:41:06 +01:00

Update CircleCI

This commit is contained in:
windyfairy 2019-10-08 16:44:59 +09:00
parent c78e6500d2
commit c7a3107365

View File

@ -16,6 +16,6 @@ jobs:
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
mkdir -p deploy
mv gitadora-texbintool/bin/Release/* deploy/
pushd gitadora-texbintool/bin/Release/ && zip -r ../../../deploy/release.zip * && popd
ghr -t "${GITHUB_TOKEN}" -u "${CIRCLE_PROJECT_USERNAME}" -r "${CIRCLE_PROJECT_REPONAME}" -c "${CIRCLE_SHA1}" -delete "release-`date '+%Y%m%d-%H%M%S'`" deploy/
fi