We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264df05 commit 8e177eaCopy full SHA for 8e177ea
1 file changed
.github/workflows/createTag.yml .github/workflows/build.yml.github/workflows/createTag.yml renamed to .github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: createTag.yml
+name: build.yml
2
3
on:
4
push:
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Java
22
uses: actions/setup-java@v3
23
with:
24
- java-version: '8'
+ java-version: '17'
25
distribution: 'temurin'
26
27
- name: Build with Gradle
@@ -99,4 +99,4 @@ jobs:
99
upload_url: ${{ steps.create_release.outputs.upload_url }}
100
asset_path: ./build/libs/*.jar
101
asset_name: BetterBack-${{ steps.version_check.outputs.tag }}.jar
102
- asset_content_type: application/java-archive
+ asset_content_type: application/java-archive
0 commit comments