diff --git a/.cirrus.yml b/.cirrus.yml index 5fc1e1b4..1e58f033 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -54,3 +54,4 @@ task: - export VER=$(uname -r | cut -d "-" -f 1) # No way to pass on from Build_script to Upload_script? - ls -lh /usr/local/furybsd/iso/ - case "$CIRRUS_BRANCH" in *pull/*) echo skipping since PR ;; * ) wget -c -q https://github.com/tcnksm/ghr/files/5247714/ghr.zip ; unzip ghr.zip ; ./ghr -prerelease -delete -t "${GITHUB_TOKEN}" -u "${CIRRUS_REPO_OWNER}" -r "${CIRRUS_REPO_NAME}" -b "This is an __experimental build__ for __developers__ and __testers__. Regular users should get the latest released version instead." -c "${CIRRUS_CHANGE_IN_REPO}" "${CIRRUS_BRANCH}"-"${VER}" /usr/local/furybsd/iso/ ; esac + #