From ddda00352a32b7faa18f3f6a0c4e2be1633cccf6 Mon Sep 17 00:00:00 2001 From: Marton Matusek Date: Mon, 8 Apr 2024 16:10:49 +0200 Subject: [PATCH] fix(release): fix sample app release upload SUITEDEV-35510 Co-authored-by: megamegax Co-authored-by: Andras Sarro --- .github/workflows/on_tag_workflow.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/on_tag_workflow.yml b/.github/workflows/on_tag_workflow.yml index 4429f0b5..386360cf 100644 --- a/.github/workflows/on_tag_workflow.yml +++ b/.github/workflows/on_tag_workflow.yml @@ -103,6 +103,12 @@ jobs: fetch-depth: 0 # 0 indicates all history - run: git fetch --all || echo "==> Accept any result" + - name: set up JDK 1.17 + uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: 17 + - name: Download sample app uses: actions/download-artifact@v4 with: