diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-04 17:16:16 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | 4eb46ac72c8232abe45aedb2891df8833eb9801d (patch) | |
| tree | df063dfde88a765a9b16ae5bc07c4ac377a4bee1 | |
| parent | 71a54613bd9395ea878bb27d0c154dcb40f0d8ec (diff) | |
always upload even if one OS build fails
| -rw-r--r-- | .github/workflows/build.yml | 1 |
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}}" |
