mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
Change draft to prerelease and fix edit status
This commit is contained in:
parent
aba602706d
commit
0d0203dd67
@ -58,6 +58,6 @@ after_success:
|
||||
--repo=cemu_graphic_packs \
|
||||
--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 "") \
|
||||
--body="$(git log -1 --format='Commited at %ci by **%cn** in commit %h%n### %s%n```%n%b%n```%n') $(if [ '$buildType' = 'Common' ]; then echo 'This is a prerelease with only the common resolutions.'; fi)" \
|
||||
$([ "$buildType" = "Common" ] && echo "--prerelease=true" || echo "--prerelease=false") \
|
||||
"graphicPacks$buildType""_$TRAVIS_BUILD_NUMBER"".zip"
|
||||
|
Loading…
Reference in New Issue
Block a user