Skip to content

Commit 3e820d7

Browse files
authored
Update release.yml
1 parent ffd044b commit 3e820d7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,13 @@ jobs:
3535
pyinstaller -F send.py
3636
pyinstaller -F scan.py
3737
pyinstaller -F scanall.py
38-
dir
39-
cd dist
40-
dir
4138
4239
- name: Zip Release
4340
uses: TheDoctor0/[email protected]
4441
with:
4542
filename: MCBEprotocolTools.zip
46-
path: ./dist/
47-
directory: ./dist/
43+
path: D:\a\tools\tools\dist
44+
directory: D:\a\tools\tools\dist
4845

4946
- name: GH Release
5047
uses: softprops/[email protected]

0 commit comments

Comments
 (0)