Skip to content

Commit

Permalink
更改包名为ffmpeg-package
Browse files Browse the repository at this point in the history
  • Loading branch information
yajuhua committed May 23, 2024
1 parent 1d8edd3 commit 705cc3f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
password: ${{ secrets.DOCKERHUB_PWD }}

# 获取最新yt-dlp和ffmpeg
- name: Get yt-dlp And ffmpeg
- name: Get yt-dlp And ffmpeg-package
run: |
wget -o yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux
cp -rf ffmpeg/linux/amd64/ffmpeg .
cp -rf ffmpeg-package/linux/amd64/ffmpeg .
chmod a+x yt-dlp ffmpeg
ls
Expand Down Expand Up @@ -90,10 +90,10 @@ jobs:
password: ${{ secrets.DOCKERHUB_PWD }}

# 获取最新yt-dlp和ffmpeg
- name: Get yt-dlp And ffmpeg
- name: Get yt-dlp And ffmpeg-package
run: |
wget -o yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux_aarch64
cp -rf ffmpeg/linux/arm64/ffmpeg .
cp -rf ffmpeg-package/linux/arm64/ffmpeg .
chmod a+x yt-dlp ffmpeg
ls
Expand Down Expand Up @@ -143,10 +143,10 @@ jobs:
password: ${{ secrets.DOCKERHUB_PWD }}

# 获取最新yt-dlp和ffmpeg
- name: Get yt-dlp And ffmpeg
- name: Get yt-dlp And ffmpeg-package
run: |
wget -o yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux_armv7l
cp -rf ffmpeg/linux/armv7/ffmpeg .
cp -rf ffmpeg-package/linux/armv7/ffmpeg .
chmod a+x yt-dlp ffmpeg
ls
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 705cc3f

Please sign in to comment.