Skip to content

Commit eb79ffc

Browse files
Tweaked github action
1 parent 4d3cb75 commit eb79ffc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/.build_all.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
run: chmod +x ./gradlew
4949
- name: build
5050
run: ./gradlew build
51+
5152
- name: Save Fabric artifacts
5253
uses: actions/upload-artifact@v4
5354
with:
@@ -63,6 +64,7 @@ jobs:
6364
with:
6465
name: Neoforge
6566
path: neoforge/build/libs/
67+
6668
- name: MC-Publish
6769
uses: Kir-Antipov/[email protected]
6870
with:
@@ -78,7 +80,9 @@ jobs:
7880
forge
7981
neoforge
8082
81-
game-versions: [${{ steps.mc_version.outputs.value }}]
83+
game-versions: |
84+
[${{ steps.mc_version.outputs.value }})
85+
8286
github-tag: ${{ steps.version.outputs.value }}
8387

8488
dependencies:

0 commit comments

Comments
 (0)