From d2eea4c162598cc05103407bea90a489c64c8035 Mon Sep 17 00:00:00 2001 From: Dario Ghunney Ware Date: Thu, 16 Jan 2025 19:22:28 +0000 Subject: [PATCH] updating build-installer job --- .github/workflows/multiOSReleases.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/multiOSReleases.yml b/.github/workflows/multiOSReleases.yml index a0839047..324b1c8e 100644 --- a/.github/workflows/multiOSReleases.yml +++ b/.github/workflows/multiOSReleases.yml @@ -130,8 +130,8 @@ jobs: include: - os: windows-latest platform: win- - # - os: macos-latest - # platform: mac- + - os: macos-latest + platform: mac- # - os: ubuntu-latest # platform: linux- runs-on: ${{ matrix.os }} @@ -168,6 +168,7 @@ jobs: env: DOCKER_ENABLE_SECURITY: false STIRLING_PDF_DESKTOP_UI: true + BROWSER_OPEN: true # Rename and collect artifacts based on OS - name: Prepare artifacts @@ -202,8 +203,8 @@ jobs: include: - os: windows-latest platform: win- - # - os: macos-latest - # platform: mac- + - os: macos-latest + platform: mac- # - os: ubuntu-latest # platform: linux- runs-on: ubuntu-latest