We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6167505 commit 910c897Copy full SHA for 910c897
.github/workflows/1.21.9.yml
@@ -98,12 +98,12 @@ jobs:
98
# path: forge/build/libs/${{ env.XP_FORGE_OUT }}.jar
99
# if-no-files-found: error
100
#
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
+ - name: Upload NeoForge Artifact
+ uses: actions/upload-artifact@v4
+ with:
+ name: ${{ env.XP_NEO_OUT }}
+ path: neo/build/libs/${{ env.XP_NEO_OUT }}.jar
+ if-no-files-found: error
107
108
# - name: test fabric
109
# run: ./gradlew fabric:runProdTest
0 commit comments