Skip to content

Commit a479733

Browse files
AniLeoMegamouse
authored andcommitted
ffmpeg: Create release even if some builds fail
1 parent cab8711 commit a479733

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
build:
99
name: ${{ matrix.build }} ${{ matrix.arch }}
1010
runs-on: ${{ matrix.os }}
11+
continue-on-error: true
1112

1213
strategy:
1314
fail-fast: false
@@ -129,6 +130,6 @@ jobs:
129130
ls -al artifacts/
130131
wget -c https://github.com/tcnksm/ghr/releases/download/v0.14.0/ghr_v0.14.0_linux_amd64.tar.gz
131132
tar xfv ghr_v0.14.0_linux_amd64.tar.gz
132-
ghr_v0.14.0_linux_amd64/ghr -u Vita3K -r ffmpeg-core -n 'Automatic FFmpeg CI builds (${{ env.COMMIT_SHORT_SHA }})' -b "$(printf "Corresponding commit: ${{ github.sha }}")" ${{ env.COMMIT_SHORT_SHA }} artifacts/
133+
ghr_v0.14.0_linux_amd64/ghr -u RPCS3 -r ffmpeg-core -n 'Automatic FFmpeg CI builds (${{ env.COMMIT_SHORT_SHA }})' -b "$(printf "Corresponding commit: ${{ github.sha }}")" ${{ env.COMMIT_SHORT_SHA }} artifacts/
133134
env:
134135
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)