Skip to content

Commit c204e4d

Browse files
authored
Update Electron.yaml
1 parent 83df64f commit c204e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Electron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
cd electron/
4444
pnpm run build
4545
node ./node_modules/electron-builder/out/cli/cli.js -wl --x64 --arm64
46-
mv artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe artifact/$(ls artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe | tr ' ' -)
47-
mv artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe.blockmap artifact/$(ls artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe.blockmap | tr ' ' -)
46+
mv artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe $(ls artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe | tr ' ' -)
47+
mv artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe.blockmap $(ls artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe.blockmap | tr ' ' -)
4848
cd artifact/
4949
tar -acvf win-portable.tar.zst win-unpacked/*
5050
tar -acvf linux-portable.tar.zst linux-unpacked/*

0 commit comments

Comments
 (0)