mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-20 16:54:25 +00:00
Disable macOS release builds
This commit is contained in:
parent
07fd41f5b1
commit
eea154d1bd
1 changed files with 2 additions and 6 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
name: Build
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||
os: [ ubuntu-latest, windows-latest ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
release-dir: _release
|
||||
|
|
@ -150,16 +150,12 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
# should be same as runner.os
|
||||
target-os: [Linux, macOS, Windows]
|
||||
target-os: [Linux, Windows]
|
||||
include:
|
||||
- target-os: Linux
|
||||
compress: tar -zcf
|
||||
archive-ext: tar.gz
|
||||
archive-mime: tar
|
||||
- target-os: macOS
|
||||
compress: tar -zcf
|
||||
archive-ext: tar.gz
|
||||
archive-mime: tar
|
||||
- target-os: Windows
|
||||
compress: zip -qq -r
|
||||
archive-ext: zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue