Skip to content

Commit

Permalink
⬆️ ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
asoji committed Sep 25, 2024
1 parent 01be594 commit ce1ffe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'

- name: make gradle wrapper executable
run: chmod +x ./gradlew
Expand All @@ -27,7 +28,7 @@ jobs:
run: ./gradlew buildOrPublish

- name: capture build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Artifact-${{ github.sha }}
path: build/libs/

0 comments on commit ce1ffe2

Please sign in to comment.