From 4eb46ac72c8232abe45aedb2891df8833eb9801d Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 4 Jan 2020 17:16:16 -0500 Subject: 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 7056a879..27492797 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}}" -- cgit v1.2.3