Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Jan 25, 2025
1 parent e2388d0 commit d7320fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ jobs:
- name: Build with Gradle
run: ./gradlew build --rerun-tasks
- name: Detonate JARs (Fabric)
run: python ./ci/hissboom.py "./fabric/build/libs/*.jar"
run: python ./ci/hissboom.py "./mod_fabric/build/libs/*.jar"
- name: Detonate JARs (Neo)
run: python ./ci/hissboom.py "./norge/build/libs/*.jar"
run: python ./ci/hissboom.py "./mod_norge/build/libs/*.jar"
- name: Upload build artifacts (Fabric)
continue-on-error: true
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-Fabric-${{ github.sha }}
path: |
fabric/build/libs/*.jar
!fabric/build/libs/*-dev.jar
mod_fabric/build/libs/*.jar
!mod_fabric/build/libs/*-dev.jar
- name: Upload build artifacts (Neo)
continue-on-error: true
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-Neo-${{ github.sha }}
path: |
norge/build/libs/*.jar
!norge/build/libs/*-dev.jar
mod_norge/build/libs/*.jar
!mod_norge/build/libs/*-dev.jar
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit d7320fa

Please sign in to comment.