Skip to content

Commit

Permalink
trying something
Browse files Browse the repository at this point in the history
  • Loading branch information
CaelTheColher committed Apr 26, 2024
1 parent 1fba365 commit d76eeb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releaseFabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2.2.0
- run: |
chmod +x ./gradlew
./gradlew build fabricPublish --stacktrace
./gradlew :fabric:build fabricPublish --stacktrace
env:
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GH_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaseForge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2.2.0
- run: |
chmod +x ./gradlew
./gradlew build forgePublish --stacktrace
./gradlew :forge:build forgePublish --stacktrace
env:
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GH_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx8G

minecraft_version=1.20.5
yarn_mappings=1.20.5+build.1
enabled_platforms=fabric,forge
enabled_platforms=fabric

archives_base_name=capes
mod_version=1.5.4+1.20.5
Expand Down

0 comments on commit d76eeb3

Please sign in to comment.