Skip to content

Commit e4877a0

Browse files
committed
update workflow
1 parent 01ddab6 commit e4877a0

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/ffmpeg-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
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

.github/workflows/ffmpeg-macos.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
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
@@ -41,5 +45,5 @@ jobs:
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

.github/workflows/ffmpeg-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
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

0 commit comments

Comments
 (0)