Skip to content

Commit bd618e3

Browse files
committed
Fix github workflows
1 parent b2bf0fb commit bd618e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: make gradle wrapper executable
1818
run: chmod +x ./gradlew
1919
- name: build
20-
run: ./gradlew chiseledBuild
20+
run: ./gradlew build
2121
- name: capture build artifacts
2222
uses: actions/upload-artifact@v4
2323
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Make gradlew executable
1515
run: chmod +x ./gradlew
1616
- name: Publish mods
17-
run: ./gradlew chiseledPublishMods
17+
run: ./gradlew publishMods
1818
env:
1919
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
2020
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}

0 commit comments

Comments
 (0)