Skip to content

Commit

Permalink
feat: Fix workflow again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha-T authored Jul 29, 2022
1 parent 8b8afc9 commit c0e810b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
distribution: 'adopt'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Fix Gradle Permissions
run: chmod +x gradlew
- name: Execute Gradle build
run: ./gradlew build
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c0e810b

Please sign in to comment.