mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
fix errors
This commit is contained in:
6
.github/workflows/win-exe.yml
vendored
6
.github/workflows/win-exe.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user