File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
workflow_dispatch : {}
3
+ schedule :
4
+ - cron : ' 0 0 * * 0' # Runs at 00:00 on Sunday
3
5
4
6
5
7
jobs :
18
20
- run : |
19
21
./cross_compile_ffmpeg.sh --build-ffmpeg-shared=n --build-ffmpeg-static=y --disable-nonfree=y --build-intel-qsv=n --compiler-flavors=win64 --enable-gpl=n
20
22
21
- - uses : actions/upload-artifact@v3
23
+ - uses : actions/upload-artifact@v4
22
24
with :
23
25
name : ffmpeg
24
- path : sandbox/cross_compilers/mingw-w64-x86_64/x86_64-w64-mingw32/bin/ffmpeg.exe
26
+ path : sandbox/cross_compilers/mingw-w64-x86_64/x86_64-w64-mingw32/bin/ffmpeg.exe
27
+
28
+ - name : Microsoft Teams Notification
29
+ uses : skitionek/notify-microsoft-teams@master
30
+ if : failure()
31
+ with :
32
+ webhook_url : ${{ secrets.MSTEAMS_WEBHOOK }}
33
+ title : " `AnyBody FFMPEG weekly build failed`"
34
+ msteams_emails : ${{ secrets.MSTEAMS_EMAILS }}
You can’t perform that action at this time.
0 commit comments