File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 28
28
29
29
- name : Build executable
30
30
run : |
31
- piexif_path=$( python -c "import piexif; import os; print(os.path.dirname(piexif.__file__))")
31
+ $ piexif_path = python -c "import piexif; import os; print(os.path.dirname(piexif.__file__))"
32
32
pyinstaller --clean --noconfirm --noconsole --icon=file_renamer_icon.ico --add-data "file_renamer_icon.ico;." --add-data "$piexif_path;piexif" --hidden-import=pillow_heif --hidden-import=pytz.zoneinfo --hidden-import=piexif --collect-all pillow_heif --collect-all piexif --exclude-module numpy --exclude-module mkl --exclude-module tcl --exclude-module tbb --exclude-module pywin32 --exclude-module psutil --log-level=DEBUG rename_files.py
33
-
33
+ shell : pwsh
34
+
34
35
- name : Upload artifact
35
36
uses : actions/upload-artifact@v4
36
37
with :
You can’t perform that action at this time.
0 commit comments