Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov authored Apr 24, 2023
1 parent f826bd7 commit 5fc4771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

- uses: actions/checkout@v2

- name: Install JDK 11
- name: Install JDK
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
cache: gradle

Expand All @@ -36,4 +36,4 @@ jobs:
automatic_release_tag: 'preview'
prerelease: true
title: 'preview'
files: app/build/outputs/apk/fdroidSelfSignedRelease/app-*.apk
files: app/build/outputs/apk/fdroidSelfSignedRelease/app-*.apk

0 comments on commit 5fc4771

Please sign in to comment.