Skip to content

Commit 1f3e21d

Browse files
committed
Version bump to 4.0.0 beta 2 (bugfixes)
1 parent acdf98b commit 1f3e21d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/tagged-release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ forge_version=36.0.46
88
mappings_version=20201028-1.16.3
99

1010
mod_id=compactmachines
11-
mod_version=4.0.0-beta.1
11+
mod_version=4.0.0-beta.2
1212

1313
# Dependencies and Libs
1414
jei_mc_version=1.16.4

0 commit comments

Comments
 (0)