File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 3636 uses : actions/upload-artifact@v4
3737 with :
3838 name : generated-data
39- path : neoforge-main/src/generated/resources
39+ path : neoforge-main/src/generated/resources
40+
41+ - name : Store Compiled
42+ if : success()
43+ uses : actions/upload-artifact@v4
44+ with :
45+ name : build-main
46+ path : neoforge-main/build
Original file line number Diff line number Diff line change 3434 name : generated-data
3535 path : neoforge-main/src/generated/resources
3636
37+ - name : Pull Compilation Data
38+ uses : actions/download-artifact@v4
39+ with :
40+ name : build-main
41+ path : neoforge-main/build
42+
3743 - name : Publish
38- run : ./gradlew :neoforge-main:publishCompactmachinesPublicationToGitHubPackagesRepository
44+ run : ./gradlew :neoforge-main:publishCompactmachinesPublicationToGitHubPackagesRepository --stacktrace
3945 env :
4046 VERSION : ${{ inputs.version }}
4147 GITHUB_ACTOR : ${{ secrets.GITHUB_ACTOR }}
You can’t perform that action at this time.
0 commit comments