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:
186
186
187
187
- name : Full File
188
188
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"
190
190
191
191
- name : Create CurseForge Release
192
192
uses : itsmeow/curseforge-upload@master
@@ -205,6 +205,14 @@ jobs:
205
205
runs-on : ubuntu-20.04
206
206
needs : [changelog, vars, jar]
207
207
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
+
208
216
- name : Publish package
209
217
run : ./gradlew publish
210
218
env :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ forge_version=36.0.46
8
8
mappings_version =20201028-1.16.3
9
9
10
10
mod_id =compactmachines
11
- mod_version =4.0.0-beta.1
11
+ mod_version =4.0.0-beta.2
12
12
13
13
# Dependencies and Libs
14
14
jei_mc_version =1.16.4
You can’t perform that action at this time.
0 commit comments