Browse Source

try to point jpackage to correct dir

Sebastian Stenzel 3 years ago
parent
commit
6cb0688c65
1 changed files with 1 additions and 1 deletions
  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 }}