Skip to content

Commit

Permalink
Update Electron.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
koumaza authored Sep 28, 2020
1 parent 83df64f commit c204e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
cd electron/
pnpm run build
node ./node_modules/electron-builder/out/cli/cli.js -wl --x64 --arm64
mv artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe artifact/$(ls artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe | tr ' ' -)
mv artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe.blockmap artifact/$(ls artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe.blockmap | tr ' ' -)
mv artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe $(ls artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe | tr ' ' -)
mv artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe.blockmap $(ls artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe.blockmap | tr ' ' -)
cd artifact/
tar -acvf win-portable.tar.zst win-unpacked/*
tar -acvf linux-portable.tar.zst linux-unpacked/*
Expand Down

0 comments on commit c204e4d

Please sign in to comment.