Skip to content

Commit d5d02a1

Browse files
committed
Update github ci file
1 parent 3183345 commit d5d02a1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@ jobs:
3636
run: |
3737
sudo snap install snapcraft --classic
3838
wget "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/ffmpeg_linux_amd64.tar.xz"
39-
wget "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/deno_linux_amd64" -O deno
40-
chmod +x deno
39+
wget "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/node_linux_amd64" -O node
40+
chmod +x node
4141
tar -xf ffmpeg_linux_amd64.tar.xz
4242
mv ffmpeg_linux_amd64 ffmpeg
4343
chmod +x ffmpeg/bin/ffmpeg
4444
chmod +x ffmpeg/bin/ffprobe
45-
chmod +x ffmpeg/bin/ffplay
4645
rm ffmpeg_linux_amd64.tar.xz
4746
npm i
4847
npx electron-builder -l --publish=always
@@ -74,7 +73,7 @@ jobs:
7473
if: matrix.os == 'windows-latest'
7574
shell: powershell
7675
run: |
77-
Invoke-WebRequest -Uri "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/deno.exe" -OutFile deno.exe
76+
Invoke-WebRequest -Uri "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/node.exe" -OutFile node.exe
7877
Invoke-WebRequest -Uri "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/ffmpeg_win64.zip" -OutFile ffmpeg_win64.zip
7978
Expand-Archive -Path ffmpeg_win64.zip -DestinationPath .
8079
Move-Item -Path .\ffmpeg_win64 -Destination .\ffmpeg

0 commit comments

Comments
 (0)