aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_github_releases.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy_github_releases.yml')
-rw-r--r--.github/workflows/deploy_github_releases.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml
index b467ac28..a8b639c2 100644
--- a/.github/workflows/deploy_github_releases.yml
+++ b/.github/workflows/deploy_github_releases.yml
@@ -15,7 +15,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3.3.0
with:
- distribution: zulu
+ distribution: temurin
java-version: 17
- name: Decrypt secrets
@@ -27,7 +27,7 @@ jobs:
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
- name: Build release binaries
- uses: gradle/gradle-build-action@v2.1.6
+ uses: gradle/gradle-build-action@v2.2.0-beta.1
with:
arguments: --no-configuration-cache :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease
env: