Skip to content

Commit d12c4b3

Browse files
authored
Merge pull request #45 from RefracDevelopment/Refrac-patch-1
Update build.yml
2 parents 663ff0e + 6ef3269 commit d12c4b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
ref: 'main'
1717

18-
- name: Set up JDK 8
18+
- name: Set up JDK 17
1919
uses: actions/setup-java@v3
2020
with:
21-
java-version: '8'
21+
java-version: '17'
2222
distribution: 'temurin'
2323
cache: maven
2424

@@ -47,4 +47,4 @@ jobs:
4747
upload_url: ${{ steps.create_release.outputs.upload_url }}
4848
asset_path: './target/SimpleTags-${{ env.PROJECT_VERSION }}.jar'
4949
asset_name: 'SimpleTags-${{ env.PROJECT_VERSION }}.jar'
50-
asset_content_type: 'application/java-archive'
50+
asset_content_type: 'application/java-archive'

0 commit comments

Comments
 (0)