Skip to content

Commit

Permalink
updating build-installer job
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioGii committed Jan 16, 2025
1 parent 4e02a63 commit 3fb24be
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/multiOSReleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3fb24be

Please sign in to comment.