File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 - name : Upload artifact
5656 uses : actions/upload-artifact@v6
5757 with :
58- name : ffmpeg-${{ matrix.ffmpeg }}-linux-amd64
58+ name : ffmpeg-${{ matrix.ffmpeg }}-linux-amd64.tar.xz
5959 path : /tmp/ffmpeg-${{ matrix.ffmpeg }}-linux-amd64.tar.xz
Original file line number Diff line number Diff line change 1919 - name : Checkout
2020 uses : actions/checkout@v4
2121
22+ - name : Install svn
23+ run : |
24+ brew install svn
25+
2226 - name : Create /opt/ffmpeg
2327 run : |
2428 sudo mkdir -p /opt/ffmpeg
4145 - name : Upload artifact
4246 uses : actions/upload-artifact@v6
4347 with :
44- name : ffmpeg-${{ matrix.ffmpeg }}-macos-arm64
48+ name : ffmpeg-${{ matrix.ffmpeg }}-macos-arm64.tar.xz
4549 path : /tmp/ffmpeg-${{ matrix.ffmpeg }}-macos-arm64.tar.xz
Original file line number Diff line number Diff line change 5656 - name : Upload artifact
5757 uses : actions/upload-artifact@v6
5858 with :
59- name : ffmpeg-${{ matrix.ffmpeg }}-windows-x64
59+ name : ffmpeg-${{ matrix.ffmpeg }}-windows-x64.tar.xz
6060 path : /tmp/ffmpeg-${{ matrix.ffmpeg }}-windows-x64.tar.xz
You can’t perform that action at this time.
0 commit comments