Skip to content

Commit

Permalink
fix:Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha-T authored Jul 29, 2022
1 parent 4054986 commit 8b8afc9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: "Builder"
on: [ push, pull_request ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -11,10 +13,10 @@ jobs:
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
- name: Execute Gradle build
run: ./gradlew build
- uses: actions/upload-artifact@v3
with:
name: build_output
Expand Down

0 comments on commit 8b8afc9

Please sign in to comment.