Skip to content

Commit

Permalink
Fix the rest of 'em
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed May 22, 2024
1 parent 59f0acf commit a5c6be4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Upload build artifacts (Quilt)
- name: Upload build artifacts (Fabric)
continue-on-error: true
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-Quilt-${{ github.sha }}
name: ${{ github.event.repository.name }}-Fabric-${{ github.sha }}
path: |
build/libs/*.jar
!build/libs/*-dev.jar
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
MAVEN_UPLOAD_URL: ${{ secrets.MAVEN_UPLOAD_URL }}
MAVEN_UPLOAD_USERNAME: ${{ secrets.MAVEN_UPLOAD_USERNAME }}
MAVEN_UPLOAD_PASSWORD: ${{ secrets.MAVEN_UPLOAD_PASSWORD }}
- name: Upload build artifacts (Quilt)
- name: Upload build artifacts (Fabric)
continue-on-error: true
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-Quilt-${{ github.sha }}
name: ${{ github.event.repository.name }}-Fabric-${{ github.sha }}
path: |
build/libs/*.jar
!build/libs/*-dev.jar
Expand All @@ -65,7 +65,7 @@ jobs:
with:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
version: ${{ github.ref_name }}+Quilt
version: ${{ github.ref_name }}+Fabric
files: |
build/libs/!(*-@(dev|sources|javadoc|slim)).jar
build/libs/*-@(sources|javadoc).jar

0 comments on commit a5c6be4

Please sign in to comment.