From: Debayan Sutradhar Date: Sat, 26 Jun 2021 14:39:37 +0530 Subject: windows x86 removed --- windows x86 removed --- --- 'a/.github/workflows/build.yml' +++ b/.github/workflows/build.yml @@ -230,60 +230,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: windows-msi-x64 - path: target/install/*.msi - - build-windows-x86: - runs-on: windows-2019 - steps: - - uses: actions/checkout@v2 - - name: Setup java - uses: actions/setup-java@v2 - with: - java-version: 14 - distribution: adopt - architecture: x86 - - name: Delete Default.zip - run: | - del src/main/resources/com/stream_pi/server/Default.zip - - name: Downloading Default.zip ... - uses: dawidd6/action-download-artifact@v2 - with: - workflow: init.yml - name: default-zip - path: src/main/resources/com/stream_pi/server - - name: Download REQ_MODULES - uses: dawidd6/action-download-artifact@v2 - with: - workflow: init.yml - name: req_modules - - name: Download VERSION - uses: dawidd6/action-download-artifact@v2 - with: - workflow: init.yml - name: version - - name: Setup JavaFX - run: | - bitsadmin /Transfer DownsdfloadJavaFX https://download2.gluonhq.com/openjfx/17/openjfx-17-ea+12_windows-x86_bin-jmods.zip D:\openjfx-17-ea+12_windows-x86_bin-jmods.zip - Expand-Archive -Force D:\openjfx-17-ea+12_windows-x86_bin-jmods.zip D:\ - - name: Download built jars - uses: dawidd6/action-download-artifact@v2 - with: - workflow: init.yml - name: built-jars - path: target/lib/ - - name: Create Bundle using JPackage - id: project - shell: cmd - run: | - call .github\scripts\jpackage.bat - env: - MAIN_CLASS: com.stream_pi.server.Main - JAVAFX_JMODS: D:\javafx-jmods-17\ - JPACKAGE_HOME: ${{ env.JAVA_HOME }} - INSTALL_DIR: target/install - ARCH: x86 - - name: Saving Windows x86 MSI - uses: actions/upload-artifact@v2 - with: - name: windows-msi-x86 path: target/install/*.msi \ No newline at end of file --- 'a/.github/workflows/release.yml' +++ b/.github/workflows/release.yml @@ -24,12 +24,6 @@ jobs: workflow: build.yml name: windows-msi-x64 path: target/install - - name: Download windows x86 msi - uses: dawidd6/action-download-artifact@v2 - with: - workflow: build.yml - name: windows-msi-x86 - path: target/install - name: Download linux x64 deb uses: dawidd6/action-download-artifact@v2 with: