From 13572a7f18f326d2acb053b3693fe3a1771eccdd Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.> Date: Fri, 13 Dec 2024 16:04:45 +0000 Subject: [PATCH] remove non windows for now --- .github/workflows/multiOSReleases.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/multiOSReleases.yml b/.github/workflows/multiOSReleases.yml index 6aa20977..fc1a7635 100644 --- a/.github/workflows/multiOSReleases.yml +++ b/.github/workflows/multiOSReleases.yml @@ -18,12 +18,12 @@ jobs: - os: windows-latest platform: win ext: exe - - os: macos-latest - platform: mac - ext: dmg - - os: ubuntu-latest - platform: linux - ext: deb + #- os: macos-latest + # platform: mac + # ext: dmg + #- os: ubuntu-latest + # platform: linux + # ext: deb runs-on: ${{ matrix.os }} steps: @@ -63,7 +63,7 @@ jobs: id: versionNumberMac run: echo "versionNumberMac=$(./gradlew printMacVersion --quiet | tail -1)" >> $GITHUB_OUTPUT shell: bash - + # Build installer - name: Build Installer run: ./gradlew build jpackage -x test --info @@ -91,4 +91,4 @@ jobs: name: Stirling-PDF-${{ matrix.platform }}.${{ matrix.ext }} path: Stirling-PDF-${{ steps.versionNumber.outputs.versionNumber }}-${{ matrix.platform }}.${{ matrix.ext }} retention-days: 1 - if-no-files-found: error + if-no-files-found: error \ No newline at end of file