From f681618f302b3ffb6c4c1e23965ef546cef0d523 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 23 Jun 2025 11:44:30 +0200 Subject: [PATCH] fix errors --- .github/workflows/win-exe.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 2a68b8821..1b0cba905 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -38,7 +38,7 @@ jobs: version: ${{ inputs.version }} build-appimage: - name: Build appimage Installer + name: Build appimage runs-on: ${{ matrix.os }} needs: [ get-version ] strategy: @@ -250,7 +250,7 @@ jobs: build-msi: - name: Build .exe installer + name: Build .msi installer runs-on: windows-latest needs: [ get-version, build-appimage ] steps: @@ -268,7 +268,7 @@ jobs: - name: Setup Java uses: actions/setup-java@v4 with: - java-dist: 'zulu' + distribution: 'zulu' java-version: '24.0.1+9' java-package: 'jdk' cache: 'maven'