mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
Make common build 'draft' to prevent issues while building
It doesn't change the draft status though because there's some flaw. Need to make a workaround to fix that, hopefully.
This commit is contained in:
parent
87c4086a67
commit
aba602706d
@ -59,4 +59,5 @@ after_success:
|
||||
--tag="Travis$TRAVIS_BUILD_NUMBER" \
|
||||
--name="Graphic Packs: version $TRAVIS_BUILD_NUMBER" \
|
||||
--body="$(git log -1 --format='Commited at %ci by **%cn** in commit %h%n### %s%n```%n%b%n```')" \
|
||||
$([ "$buildType" = "Common" ] && echo "--draft" || echo "") \
|
||||
"graphicPacks$buildType""_$TRAVIS_BUILD_NUMBER"".zip"
|
||||
|
Loading…
Reference in New Issue
Block a user