From: Debayan Sutradhar Date: Sun, 20 Jun 2021 08:42:19 +0530 Subject: replaced exe with msi installer --- replaced exe with msi installer --- --- 'a/.github/scripts/jpackage.bat' +++ b/.github/scripts/jpackage.bat @@ -9,7 +9,7 @@ set /p VERSION=> $GITHUB_ENV - - name: Create Bundle using JPackage + - name: Create DEB, ZIP run: | # Create DEB .github/scripts/jpackage.sh \ @@ -198,8 +198,8 @@ jobs: JAVAFX_JMODS: D:\javafx-jmods-17\ JPACKAGE_HOME: ${{ env.JAVA_HOME }} INSTALL_DIR: target/install - - name: Saving Windows x64 EXE + - name: Saving Windows x64 MSI uses: actions/upload-artifact@v2 with: - name: windows-exe - path: target/install/*.exe + name: windows-msi + path: target/install/*.msi