mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-18 08:08:35 -05:00
CI: Switch to obs tag 27.1.1
This commit is contained in:
parent
d7ec7c6e40
commit
3ae1050488
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
env:
|
||||
PLUGIN_NAME: SceneSwitcher
|
||||
LIB_NAME: advanced-scene-switcher
|
||||
OBS_TAG: 27.1.1
|
||||
|
||||
jobs:
|
||||
macos64:
|
||||
|
|
@ -23,7 +24,7 @@ jobs:
|
|||
with:
|
||||
repository: obsproject/obs-studio
|
||||
submodules: 'recursive'
|
||||
ref: 'refs/tags/27.0.1'
|
||||
ref: 'refs/tags/${{ env.OBS_TAG }}'
|
||||
- name: "Checkout plugin"
|
||||
uses: actions/checkout@v2.3.4
|
||||
with:
|
||||
|
|
@ -112,7 +113,7 @@ jobs:
|
|||
with:
|
||||
repository: obsproject/obs-studio
|
||||
submodules: 'recursive'
|
||||
ref: 'refs/tags/27.0.1'
|
||||
ref: 'refs/tags/${{ env.OBS_TAG }}'
|
||||
- name: "Checkout plugin"
|
||||
uses: actions/checkout@v2.3.4
|
||||
with:
|
||||
|
|
@ -216,7 +217,7 @@ jobs:
|
|||
with:
|
||||
repository: obsproject/obs-studio
|
||||
submodules: 'recursive'
|
||||
ref: 'refs/tags/27.0.1'
|
||||
ref: 'refs/tags/${{ env.OBS_TAG }}'
|
||||
- name: Checkout plugin
|
||||
uses: actions/checkout@v2.3.4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user