We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bf0fb commit bd618e3Copy full SHA for bd618e3
2 files changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: make gradle wrapper executable
18
run: chmod +x ./gradlew
19
- name: build
20
- run: ./gradlew chiseledBuild
+ run: ./gradlew build
21
- name: capture build artifacts
22
uses: actions/upload-artifact@v4
23
with:
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Make gradlew executable
15
16
- name: Publish mods
- run: ./gradlew chiseledPublishMods
+ run: ./gradlew publishMods
env:
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
0 commit comments