File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 run : cd visualize_spherical_harmonics && $CASTLE_ENGINE_PATH/tools/build-tool/castle-engine package --os=win64 --cpu=x86_64 --verbose
5252 - name : Archive Artifacts
5353 # See https://github.com/actions/upload-artifact
54- uses : actions/upload-artifact@v6
54+ uses : actions/upload-artifact@v7
5555 with :
5656 name : windows-build
5757 path : |
6767 - name : Package Linux - visualize_spherical_harmonics
6868 run : cd visualize_spherical_harmonics && $CASTLE_ENGINE_PATH/tools/build-tool/castle-engine package --os=linux --cpu=x86_64 --verbose
6969 - name : Archive Artifacts
70- uses : actions/upload-artifact@v6
70+ uses : actions/upload-artifact@v7
7171 with :
7272 name : linux-build
7373 path : |
8484 - name : Package Android - visualize_spherical_harmonics
8585 run : cd visualize_spherical_harmonics && $CASTLE_ENGINE_PATH/tools/build-tool/castle-engine package --target=android --verbose
8686 - name : Archive Artifacts
87- uses : actions/upload-artifact@v6
87+ uses : actions/upload-artifact@v7
8888 with :
8989 name : android-build
9090 path : |
@@ -116,7 +116,7 @@ jobs:
116116 - name : Package macOS - visualize_spherical_harmonics
117117 run : cd visualize_spherical_harmonics && $CASTLE_ENGINE_PATH/tools/build-tool/castle-engine package --os=darwin --cpu=x86_64 --verbose
118118 - name : Archive Artifacts
119- uses : actions/upload-artifact@v6
119+ uses : actions/upload-artifact@v7
120120 with :
121121 name : macos-build
122122 path : |
You can’t perform that action at this time.
0 commit comments