Skip to content

Commit

Permalink
make sure mapping exists before build
Browse files Browse the repository at this point in the history
  • Loading branch information
way2muchnoise committed Jul 7, 2024
1 parent ddefc34 commit a2f9563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: chmod +x ./gradlew
# Build
- name: Build with Gradle
run: ./gradlew clean build --refresh-dependencies
run: ./gradlew clean generateRemapClasspath build
# Publish
- name: Publish CurseForge
run: ./gradlew :Forge:publishCurseForge :Fabric:publishCurseForge :NeoForge:publishCurseForge
Expand Down

0 comments on commit a2f9563

Please sign in to comment.