File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186186
187187 - name : Full File
188188 id : filename
189- run : echo "::set-output name=fullpath::buildfiles /${{ needs.vars.outputs.mod_id }}-${{ needs.vars.outputs.mod_version }}.jar"
189+ run : echo "::set-output name=fullpath::build-out /${{ needs.vars.outputs.mod_id }}-${{ needs.vars.outputs.mod_version }}.jar"
190190
191191 - name : Create CurseForge Release
192192 uses : itsmeow/curseforge-upload@master
@@ -205,6 +205,14 @@ jobs:
205205 runs-on : ubuntu-20.04
206206 needs : [changelog, vars, jar]
207207 steps :
208+ - name : Checkout
209+ uses : actions/checkout@v2
210+
211+ - name : Set up JDK 1.8
212+ uses : actions/setup-java@v1
213+ with :
214+ java-version : " 8.0.282"
215+
208216 - name : Publish package
209217 run : ./gradlew publish
210218 env :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ forge_version=36.0.46
88mappings_version =20201028-1.16.3
99
1010mod_id =compactmachines
11- mod_version =4.0.0-beta.1
11+ mod_version =4.0.0-beta.2
1212
1313# Dependencies and Libs
1414jei_mc_version =1.16.4
You can’t perform that action at this time.
0 commit comments