Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Feb 16, 2021
1 parent b3a7697 commit fbd9755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ task:
- mogrify -resize 200x200 QHexEdit.app/Resources/QHexEdit.png
- mogrify -background none -gravity center -extent 256x256 QHexEdit.app/Resources/QHexEdit.png
- cp ../../upstream-license.txt QHexEdit.app/Resources/COPYING
- find QHexEdit.AppDir/
- zip --symlinks -r QHexEdit_FreeBSD.zip QHexEdit.AppDir/
- find QHexEdit.app/
- zip --symlinks -r QHexEdit_FreeBSD.zip QHexEdit.app/
- case "$CIRRUS_BRANCH" in *pull/*) echo skipping since PR ;; * ) wget https://github.com/tcnksm/ghr/files/5247714/ghr.zip ; unzip ghr.zip ; rm ghr.zip ; ./ghr -replace -t "${GITHUB_TOKEN}" -u "${CIRRUS_REPO_OWNER}" -r "${CIRRUS_REPO_NAME}" -c "${CIRRUS_CHANGE_IN_REPO}" continuous "${CIRRUS_WORKING_DIR}"/qhexedit2/build/*zip ; esac
only_if: $CIRRUS_TAG != 'continuous'

0 comments on commit fbd9755

Please sign in to comment.