File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 7373 project : ' ymLTIuUH' # ID of the project this version is for
7474 name : " TARDIS ${{ env.VERSION }}-b${{ env.SHORT_SHA }}"
7575 version : " ${{ env.VERSION }}-b${{ env.SHORT_SHA }}"
76- changelog : " - ${{ github.event.head_commit.message }}" # The changelog for this version.
77- loaders : ' ["paper"]' # mod loaders that this version supports
78- game-versions : " ['${{ env.RELEASE_TAG }}']" # list of versions of Minecraft that this version supports
79- files : " ['build/libs/TARDIS-${{ env.VERSION }}-b${{ env.SHORT_SHA }}.jar']" # list of file paths to upload
76+ changelog : " - ${{ github.event.head_commit.message }}" # The changelog for this version
77+ # mod loaders that this version supports
78+ loaders : |-
79+ paper
80+ # list of versions of Minecraft that this version supports
81+ game-versions : |-
82+ ${{ env.RELEASE_TAG }}
83+ # list of file paths to upload
84+ files : |-
85+ build/libs/TARDIS-${{ env.VERSION }}-b${{ env.SHORT_SHA }}.jar
You can’t perform that action at this time.
0 commit comments