Skip to content

Commit

Permalink
Merge pull request #9 from LatentDream/main
Browse files Browse the repository at this point in the history
ci(runner): update ffmpeg curl
  • Loading branch information
LatentDream authored Oct 4, 2024
2 parents 4ce2957 + 5b69c92 commit 2964eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ jobs:
- name: Download and extract ffmpeg for aarch64-apple-darwin
if: runner.os == 'macOS'
run: |
curl -L https://evermeet.cx/ffmpeg/ffmpeg-115575-g4e120fbbbd.7z -o src-tauri/bin/ffmpeg-aarch64-apple-darwin.7z
curl -L https://evermeet.cx/ffmpeg/ffmpeg-117286-g262e6f8430.7z -o src-tauri/bin/ffmpeg-aarch64-apple-darwin.7z
7z e src-tauri/bin/ffmpeg-aarch64-apple-darwin.7z -osrc-tauri/bin/
mv src-tauri/bin/ffmpeg src-tauri/bin/ffmpeg-aarch64-apple-darwin
chmod +x src-tauri/bin/ffmpeg-aarch64-apple-darwin
- name: Download and extract ffmpeg for x86_64-apple-darwin
if: runner.os == 'macOS'
run: |
curl -L https://evermeet.cx/ffmpeg/ffmpeg-115575-g4e120fbbbd.7z -o src-tauri/bin/ffmpeg-x86_64-apple-darwin.7z
curl -L https://evermeet.cx/ffmpeg/ffmpeg-117286-g262e6f8430.7z -o src-tauri/bin/ffmpeg-x86_64-apple-darwin.7z
7z e src-tauri/bin/ffmpeg-x86_64-apple-darwin.7z -osrc-tauri/bin/
mv src-tauri/bin/ffmpeg src-tauri/bin/ffmpeg-x86_64-apple-darwin
chmod +x src-tauri/bin/ffmpeg-x86_64-apple-darwin
Expand Down

0 comments on commit 2964eb7

Please sign in to comment.