Skip to content

Commit dfc7b77

Browse files
Update gradle.yml
1 parent c318533 commit dfc7b77

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,13 @@ jobs:
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

0 commit comments

Comments
 (0)