Skip to content

Commit

Permalink
Update gradle_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock authored Apr 21, 2024
1 parent 292f692 commit 1a749ee
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/gradle_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,10 @@ jobs:
run: |
chmod +x gradlew
./gradlew build
- name: Upload artifacts (NeoForge)
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: Artifact-NeoForge
path: ${{ github.workspace }}/neoforge/build/libs
- name: Upload artifacts (Fabric)
uses: actions/upload-artifact@v4
with:
name: Artifact-Fabric
path: ${{ github.workspace }}/fabric/build/libs
name: Artifacts
path: |
${{ github.workspace }}/neoforge/build/libs
${{ github.workspace }}/fabric/build/libs

0 comments on commit 1a749ee

Please sign in to comment.