mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-12 17:40:52 +01:00
workflows: Continue release even if windows fails
This commit is contained in:
parent
150a0c7632
commit
1689456b88
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -116,6 +116,7 @@ jobs:
|
|||||||
make
|
make
|
||||||
mingw-w64-x86_64-gcc
|
mingw-w64-x86_64-gcc
|
||||||
mingw-w64-x86_64-rust
|
mingw-w64-x86_64-rust
|
||||||
|
continue-on-error: true
|
||||||
- shell: msys2 {0}
|
- shell: msys2 {0}
|
||||||
run: |
|
run: |
|
||||||
cargo build --release --verbose
|
cargo build --release --verbose
|
||||||
@ -158,4 +159,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: ./*
|
files: ./*
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user