Skip to content

Commit 61754c4

Browse files
github action: remove Winpython installer
1 parent ee4ffef commit 61754c4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: string
99

1010
jobs:
11-
pack:
11+
pack-windows:
1212
runs-on: ${{ matrix.os }}
1313

1414
strategy:
@@ -31,6 +31,9 @@ jobs:
3131
- name: Install python packages
3232
run: .\build.bat
3333

34+
- name: remove Winpython installer
35+
run: del "${{ github.workspace }}/Winpython64-3.8.10.0dot.exe"
36+
3437
- name: pack
3538
run: 7z a .\diffsinger-server.zip .\*
3639

0 commit comments

Comments
 (0)