Explorar el Código

try to point jpackage to correct dir

Sebastian Stenzel hace 3 años
padre
commit
6cb0688c65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -383,7 +383,7 @@ jobs:
           ${JAVA_HOME}/bin/jpackage
           --verbose
           --type msi
-          --app-image appdir
+          --app-image appdir/Cryptomator
           --dest installer
           --name Cryptomator
       - name: Upload appdir-${{ matrix.profile }}