File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
30
30
- name : Build Executable for Windows
31
31
if : runner.os == 'Windows'
32
32
run : |
33
- pyinstaller --add-data=" dict;dict" --add-data=" log;log" --add-data=" header.config;." --add-data=" LICENSE;." Hunting-Rabbit-DirScanner.py
33
+ pyinstaller --add-data=' dict;dict' --add-data=' log;log' --add-data=' header.config;.' --add-data=' LICENSE;.' Hunting-Rabbit-DirScanner.py
34
34
35
35
- name : Build Executable for macOS and Linux
36
36
if : runner.os == 'macOS' || runner.os == 'Linux'
37
37
run : |
38
- pyinstaller --add-data=" dict;dict" --add-data=" log;log" --add-data=" header.config;." --add-data=" LICENSE;." Hunting-Rabbit-DirScanner.py
38
+ pyinstaller --add-data=' dict;dict' --add-data=' log;log' --add-data=' header.config;.' --add-data=' LICENSE;.' Hunting-Rabbit-DirScanner.py
39
39
40
40
- name : Upload Artifact
41
41
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments