File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
build :
8
8
name : ${{ matrix.build }} ${{ matrix.arch }}
9
9
runs-on : ${{ matrix.os }}
10
+ continue-on-error : true
10
11
11
12
strategy :
12
13
fail-fast : false
72
73
if : ${{ always() }}
73
74
74
75
create-release :
76
+ needs : [build]
75
77
runs-on : " ubuntu-20.04"
76
78
if : github.ref == 'refs/heads/master'
77
79
permissions :
@@ -100,6 +102,6 @@ jobs:
100
102
ls -al artifacts/
101
103
wget -c https://github.com/tcnksm/ghr/releases/download/v0.14.0/ghr_v0.14.0_linux_amd64.tar.gz
102
104
tar xfv ghr_v0.14.0_linux_amd64.tar.gz
103
- 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/
105
+ 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/
104
106
env :
105
107
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments