From 0a56497f29eb26b99445a30e00d701cb2f2d9875 Mon Sep 17 00:00:00 2001 From: PaddiM8 Date: Tue, 18 May 2021 23:38:35 +0200 Subject: [PATCH] workflows: Continue release even if windows fails --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0134648..e767e4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,6 +116,7 @@ jobs: make mingw-w64-x86_64-gcc mingw-w64-x86_64-rust + continue-on-error: true - shell: msys2 {0} run: | cargo build --release --verbose @@ -158,4 +159,4 @@ jobs: with: files: ./* env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}