mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-21 00:39:59 +00:00
versioning: fix release versions (#1122)
This commit is contained in:
parent
fd7760b553
commit
01167569ab
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@ -474,7 +474,7 @@ jobs:
|
||||
build_mac:
|
||||
name: MacOS
|
||||
runs-on: macos-11
|
||||
needs: setup_release
|
||||
needs: [check_changelog, setup_release]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -554,7 +554,7 @@ jobs:
|
||||
|
||||
build_mac_port:
|
||||
name: Macports
|
||||
needs: setup_release
|
||||
needs: [check_changelog, setup_release]
|
||||
runs-on: macos-11
|
||||
|
||||
steps:
|
||||
@ -770,7 +770,7 @@ jobs:
|
||||
build_win:
|
||||
name: Windows
|
||||
runs-on: windows-2019
|
||||
needs: setup_release
|
||||
needs: [check_changelog, setup_release]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
x
Reference in New Issue
Block a user