diff options
| author | ilotterytea <iltsu@alright.party> | 2024-10-27 00:35:32 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-10-27 00:35:32 +0500 |
| commit | 05df05872b21bbcf80f1641358439000dbb536fe (patch) | |
| tree | 90cf456ff7d6f750eb8676b697d0921275f66398 /.github/workflows | |
| parent | 8324761b3e2a4197f4001bea3cd00b90fc469ad7 (diff) | |
upd: jdk 11 -> 17
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2658729..68cdd40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,10 +14,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: - java-version: '11' + java-version: '17' distribution: 'adopt' - name: Grant execute permission for gradlew @@ -30,7 +30,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: deskjars - path: desktop/build/libs/Maxoning.jar + path: desktop/build/libs/maxon.jar release: needs: [ build ] @@ -60,6 +60,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: deskjars/Maxoning.jar - asset_name: Maxoning.jar + asset_path: deskjars/maxon.jar + asset_name: maxon.jar asset_content_type: application/x-java-archive
\ No newline at end of file |
