File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5757 run : castle-engine package --os=win64 --cpu=x86_64 --verbose
5858 - name : Archive Artifacts
5959 # See https://github.com/actions/upload-artifact
60- uses : actions/upload-artifact@v5
60+ uses : actions/upload-artifact@v6
6161 with :
6262 name : windows-build
6363 # Note: Keep paths that start with asterisk in double qoutes, to avoid misinterpreting as YAML reference.
6969 - name : Package Linux
7070 run : castle-engine package --os=linux --cpu=x86_64 --verbose
7171 - name : Archive Artifacts
72- uses : actions/upload-artifact@v5
72+ uses : actions/upload-artifact@v6
7373 with :
7474 name : linux-build
7575 path : " *-linux-x86_64.tar.gz"
9898 # --package-format=zip, because this is command-line app, do not make "app bundle" that CGE by default does on macOS
9999 run : castle-engine package --verbose --package-format=zip
100100 - name : Archive Artifacts
101- uses : actions/upload-artifact@v5
101+ uses : actions/upload-artifact@v6
102102 with :
103103 name : macos-build
104104 path : " *-darwin-*.zip"
You can’t perform that action at this time.
0 commit comments