summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2020-01-04 17:16:16 -0500
committerLex Neva <github.com@lexneva.name>2020-01-29 01:29:49 -0500
commit4eb46ac72c8232abe45aedb2891df8833eb9801d (patch)
treedf063dfde88a765a9b16ae5bc07c4ac377a4bee1 /.github
parent71a54613bd9395ea878bb27d0c154dcb40f0d8ec (diff)
always upload even if one OS build fails
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
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}}"