Skip to content

Commit 910c897

Browse files
committed
update build github action
1 parent 6167505 commit 910c897

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/1.21.9.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ jobs:
9898
# path: forge/build/libs/${{ env.XP_FORGE_OUT }}.jar
9999
# if-no-files-found: error
100100
#
101-
# - name: Upload NeoForge Artifact
102-
# uses: actions/upload-artifact@v4
103-
# with:
104-
# name: ${{ env.XP_NEO_OUT }}
105-
# path: neo/build/libs/${{ env.XP_NEO_OUT }}.jar
106-
# if-no-files-found: error
101+
- name: Upload NeoForge Artifact
102+
uses: actions/upload-artifact@v4
103+
with:
104+
name: ${{ env.XP_NEO_OUT }}
105+
path: neo/build/libs/${{ env.XP_NEO_OUT }}.jar
106+
if-no-files-found: error
107107

108108
# - name: test fabric
109109
# run: ./gradlew fabric:runProdTest

0 commit comments

Comments
 (0)