Skip to content

Commit

Permalink
Update release version and dev mods
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHaws committed Jun 22, 2024
1 parent de93361 commit 5dfc940
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ jobs:
MOD_VERSION: ${{ steps.version.outputs.release }}

- name: capture build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: build/libs/

- uses: Kir-Antipov/mc-publish@v3.2
- uses: Kir-Antipov/mc-publish@v3.3
with:
name: v${{ steps.version.outputs.release }} for ${{ steps.version.outputs.build }}
version: ${{ steps.version.outputs.release }}+${{ steps.version.outputs.build }}
Expand All @@ -103,7 +103,7 @@ jobs:
loaders: |
fabric
game-versions: |
1.20.1
>=1.20.4
java: |
17
Expand Down
13 changes: 6 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,12 @@ dependencies {
// mods that can be uncommented to test in development
static def devMods(DependencyHandler deps) {
deps.modLocalRuntime("maven.modrinth:lazydfu:0.1.3")
deps.modLocalRuntime("maven.modrinth:lithium:mc1.20.1-0.11.2")
deps.modLocalRuntime("maven.modrinth:sodium:mc1.20-0.4.10")
deps.modLocalRuntime("maven.modrinth:starlight:1.1.2+1.20")
deps.modLocalRuntime("maven.modrinth:architectury-api:9.0.8+fabric")
//deps.modLocalRuntime("maven.modrinth:roughly-enough-items:12.0.625+fabric")
deps.modLocalRuntime("maven.modrinth:auth-me:7.0.1+1.20")
deps.modLocalRuntime("maven.modrinth:expanded-storage:10.0.0-beta.3+fabric")
deps.modLocalRuntime("maven.modrinth:lithium:mc1.20.4-0.12.1")
deps.modLocalRuntime("maven.modrinth:sodium:mc1.20.4-0.5.8")
deps.modLocalRuntime("maven.modrinth:starlight:1.1.3+1.20.4")
deps.modLocalRuntime("maven.modrinth:architectury-api:11.1.17+fabric")
deps.modLocalRuntime("maven.modrinth:auth-me:8.0.0+1.20.4")
deps.modLocalRuntime("maven.modrinth:expanded-storage:12.1.0-beta.4+fabric")
}

processResources {
Expand Down

0 comments on commit 5dfc940

Please sign in to comment.