Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleChest committed May 5, 2024
1 parent c3d87ce commit c130eda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Export Modrinth modpack
run: |
packwiz rehash sha256
packwiz rehash sha512
packwiz modrinth export
- name: Upload Modrinth modpack
Expand Down Expand Up @@ -86,5 +86,5 @@ jobs:
java -jar cmcl.jar config exitWithMinecraft true
java -jar cmcl.jar config printStartupInfo true
java -jar cmcl.jar config checkAccountBeforeStart false
echo "0" | java -jar cmcl.jar CI
if [ `grep -c "java.lang.IllegalStateException: Failed to initialize GLFW, errors: GLFW error during init" .minecraft/versions/CI/crash-reports/crash-*-client.txt` -ne "1" ]; then echo "::error title=Game crashed::Oops." && exit 1; fi
echo "0" | java -jar cmcl.jar CI | tee output.log
if [ `grep -c "java.lang.IllegalStateException: Failed to initialize GLFW, errors: GLFW error during init" output.log` -ne "1" ]; then echo "::error title=Game crashed::Oops." && exit 1; fi
File renamed without changes.
File renamed without changes.

0 comments on commit c130eda

Please sign in to comment.