File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104104 cp build/Release/dmdutil_static.lib tmp
105105 cp build/Release/dmdutil_test_s.exe tmp
106106 cp build/Release/dmdutil_test.exe tmp
107+ cp build/Release/dmdutil-generate-scenes.exe tmp
107108 cp -r test tmp/
108109 else
109110 ARTIFACT_PATH="libdmdutil-${{ needs.version.outputs.tag }}-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz"
@@ -114,13 +115,15 @@ jobs:
114115 cp build/dmdserver_test tmp
115116 cp build/dmdutil_test_s tmp
116117 cp build/dmdutil_test tmp
118+ cp build/dmdutil-generate-scenes tmp
117119 elif [[ "${{ matrix.platform }}" == "linux" ]]; then
118120 cp build/libdmdutil.a tmp
119121 cp -a build/*.{so,so.*} tmp
120122 cp build/dmdserver tmp
121123 cp build/dmdserver_test tmp
122124 cp build/dmdutil_test_s tmp
123125 cp build/dmdutil_test tmp
126+ cp build/dmdutil-generate-scenes tmp
124127 elif [[ "${{ matrix.platform }}" == "ios" || "${{ matrix.platform }}" == "ios-simulator" || "${{ matrix.platform }}" == "tvos" ]]; then
125128 cp build/libdmdutil.a tmp
126129 cp -a build/*.dylib tmp
You can’t perform that action at this time.
0 commit comments