Skip to content

Commit

Permalink
the linux wrapper is already executable goober
Browse files Browse the repository at this point in the history
  • Loading branch information
Finxx1 authored Dec 26, 2024
1 parent 8b48ff3 commit a7cbb33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: 'microsoft'
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: build
run: ./gradlew build
- name: capture build artifacts
if: ${{ matrix.java == '21' }} # Only upload artifacts built from latest java
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/
path: build/libs/

0 comments on commit a7cbb33

Please sign in to comment.