File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 run : castle-engine package --os=win64 --cpu=x86_64 --verbose
3333 - name : Archive Artifacts
3434 # See https://github.com/actions/upload-artifact
35- uses : actions/upload-artifact@v5
35+ uses : actions/upload-artifact@v6
3636 with :
3737 name : windows-build
3838 # Note: Keep paths that start with asterisk in double qoutes, to avoid misinterpreting as YAML reference.
4444 - name : Package Linux
4545 run : castle-engine package --os=linux --cpu=x86_64 --verbose
4646 - name : Archive Artifacts
47- uses : actions/upload-artifact@v5
47+ uses : actions/upload-artifact@v6
4848 with :
4949 name : linux-build
5050 path : " *-linux-x86_64.tar.gz"
6060 - name : Package Android
6161 run : castle-engine package --target=android --verbose
6262 - name : Archive Artifacts
63- uses : actions/upload-artifact@v5
63+ uses : actions/upload-artifact@v6
6464 with :
6565 name : android-build
6666 path : " *.apk"
8888 - name : Package macOS
8989 run : castle-engine package --verbose
9090 - name : Archive Artifacts
91- uses : actions/upload-artifact@v5
91+ uses : actions/upload-artifact@v6
9292 with :
9393 name : macos-build
9494 path : " *-darwin-*.zip"
You can’t perform that action at this time.
0 commit comments