mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-19 06:57:09 -04:00
CI: Enable Sparkle deltas for betas
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -560,7 +560,7 @@ jobs:
|
||||
GIT_TAG="$(git describe --tags --abbrev=0)"
|
||||
if [[ ${GIT_TAG} == *'beta'* || ${GIT_TAG} == *'rc'* ]]; then
|
||||
echo "branch=beta" >> $GITHUB_OUTPUT
|
||||
echo "deltas=0" >> $GITHUB_OUTPUT
|
||||
echo "deltas=1" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "branch=stable" >> $GITHUB_OUTPUT
|
||||
echo "deltas=1" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user