Browse Source

CI: Enable Sparkle deltas for betas

derrod 2 years ago
parent
commit
7258a58904
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -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