Skip to content

Commit

Permalink
bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
WentsingNee committed Apr 3, 2024
1 parent 8836711 commit c76a1fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,14 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
cpack_generators: "DEB;STGZ;TGZ;ZIP;"
platform: "ubuntu"
- os: windows-latest
cpack_generators: "NuGet;NSIS;WIX;ZIP;"
platform: "windows"
# - os: ubuntu-latest
# cpack_generators: "DEB;STGZ;TGZ;ZIP;"
# platform: "ubuntu"
# - os: windows-latest
# cpack_generators: "NuGet;NSIS;WIX;ZIP;"
# platform: "windows"
- os: macos-latest
cpack_generators: "DragNDrop;ZIP;"
cpack_generators: "Bundle;DragNDrop;ZIP;"
platform: "macos"

runs-on: ${{matrix.os}}
Expand Down

0 comments on commit c76a1fc

Please sign in to comment.