From 4eb46ac72c8232abe45aedb2891df8833eb9801d Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 4 Jan 2020 17:16:16 -0500 Subject: [PATCH] always upload even if one OS build fails --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7056a879b..27492797d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,6 +123,7 @@ jobs: if: always() - name: create/update release uses: "marvinpinto/action-automatic-releases@latest" + if: always() with: repo_token: "${{secrets.GITHUB_TOKEN}}" automatic_release_tag: "${{env.release_tag}}"