Skip to content

Commit

Permalink
尝试修复forginx构建
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulian233 authored Feb 2, 2024
1 parent db17ef8 commit 9242aff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
chmod +x gradlew
./gradlew build
- name: Merge Fabric and Forge JARs
run: |
chmod +x gradlew
./gradlew mergeJars
- name: Upload artifacts (fabric)
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9242aff

Please sign in to comment.