Skip to content

Commit

Permalink
Build the upload asset with java8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Mar 6, 2024
1 parent bc37e91 commit cd075ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -y libhyphen0 hyphen-de
- name: Set up JDK 17
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit cd075ad

Please sign in to comment.