File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ jobs:
4747 pip install vdf
4848 pyinstaller --onefile GUI.py --noconsole --noconfirm --log-level=WARN --distpath "./BUILDARTIFACTS/dist" --workpath "./BUILDARTIFACTS/build" --hidden-import tkinter --hidden-import Pillow --hidden-import PIL --windowed
4949 - name : Upload a Build Artifact1
50- uses : actions/upload-artifact@v3.1.0
50+ uses : actions/upload-artifact@v4
5151 with :
5252 # Artifact name
5353 name : macos_full_files
5454 # A file, directory or wildcard pattern that describes what to upload
5555 path : ./BUILDARTIFACTS
5656 - name : Upload a Build Artifact2
57- uses : actions/upload-artifact@v3.1.0
57+ uses : actions/upload-artifact@v4
5858 with :
5959 # Artifact name
6060 name : macos_app
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ jobs:
4747 pip install vdf
4848 pyinstaller -wF GUI.py --noconsole --noconfirm --log-level=WARN --add-data "./README.md;." --distpath "./BUILDARTIFACTS/dist" --workpath "./BUILDARTIFACTS/build" --hidden-import tkinter --hidden-import Pillow --hidden-import PIL
4949 - name : Upload a Build Artifact1
50- uses : actions/upload-artifact@v3.1.0
50+ uses : actions/upload-artifact@v4
5151 with :
5252 # Artifact name
5353 name : windows_full_files
5454 # A file, directory or wildcard pattern that describes what to upload
5555 path : ./BUILDARTIFACTS
5656 - name : Upload a Build Artifact2
57- uses : actions/upload-artifact@v3.1.0
57+ uses : actions/upload-artifact@v4
5858 with :
5959 # Artifact name
6060 name : windows_exe
You can’t perform that action at this time.
0 commit comments