Skip to content

Commit

Permalink
fix GH actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Feb 19, 2025
1 parent 39c9177 commit fd41232
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,24 @@ jobs:
- name: Build with Gradle
run: ./gradlew build --rerun-tasks
- name: Upload build artifacts (Common)
continue-on-error: true
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: ${{ github.event.repository.name }}-Common-${{ github.sha }}
path: |
Common/build/libs/*.jar
!Common/build/libs/*-dev.jar
- name: Upload build artifacts (Forge)
continue-on-error: true
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: ${{ github.event.repository.name }}-Forge-${{ github.sha }}
path: |
Forge/build/libs/*.jar
!Forge/build/libs/*-dev.jar
- name: Upload build artifacts (Quilt)
continue-on-error: true
- name: Upload build artifacts (Fabric)
continue-on-error: true
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: ${{ github.event.repository.name }}-Fabric-${{ github.sha }}
path: |
Expand Down

0 comments on commit fd41232

Please sign in to comment.