Skip to content

Commit

Permalink
delete downloaded Supersonic.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Nov 23, 2023
1 parent d8aa64e commit e8c4c2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
- name: Download mpv dll
run: >
wget https://github.com/dweymouth/supersonic/releases/download/v0.8.0/Supersonic-0.8.0-windows-x64.zip &&
unzip Supersonic-0.8.0-windows-x64.zip
mv Supersonic.exe Supersonic-newbuild.exe &&
unzip Supersonic-0.8.0-windows-x64.zip &&
rm Supersonic.exe &&
mv Supersonic-newbuild.exe Supersonic.exe
- name: Generate zip bundle
run: zip Supersonic-windows.zip Supersonic.exe libmpv-2.dll
Expand Down

0 comments on commit e8c4c2f

Please sign in to comment.