From 7258a58904bb3bbbb8d3dee3b22f941bd46aa1a7 Mon Sep 17 00:00:00 2001 From: derrod Date: Wed, 5 Apr 2023 02:40:01 +0200 Subject: [PATCH] CI: Enable Sparkle deltas for betas --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29c754981..ff4ecdc61 100644 --- a/.github/workflows/main.yml +++ b/.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