Skip to content

Commit

Permalink
ci: Make whole build dir artifact to maybe speed up builds
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Oct 23, 2024
1 parent 6f035d6 commit 89f89ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.loader }}-artifact
path: ${{ matrix.loader }}/build/libs/*
path: ${{ matrix.loader }}/build
needs: create-release
publish-release:
runs-on: ubuntu-latest
Expand All @@ -111,7 +111,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ matrix.loader }}-artifact
path: ${{ matrix.loader }}/build/libs
path: ${{ matrix.loader }}/build
- name: Validate gradle wrapper
uses: gradle/actions/wrapper-validation@v3
- name: Setup JDK
Expand Down

0 comments on commit 89f89ea

Please sign in to comment.