File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -262,3 +262,22 @@ jobs:
262
262
artifact-in-macos : release-macosx-arm
263
263
path : " build/*.zip"
264
264
artifact-out-name : " antivirus-scan-arm"
265
+
266
+
267
+ # ####################################################################
268
+ # Testing package
269
+ # ####################################################################
270
+ create-testing-package :
271
+ secrets : inherit
272
+ uses : intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
273
+ needs : [release-linux]
274
+ with :
275
+ image : embree/ubuntu:22.04
276
+ runs-on : ' [ "Linux", "docker" ]'
277
+ project : embree
278
+ artifact-in : release-linux
279
+ artifact-out : release-testing-PACKAGE-ZIP
280
+ artifact-path : ./build/*.tar.gz
281
+ cmd : |
282
+ rm build/embree-4.4.0.x86_64.linux.tar.gz
283
+ mv build/embree-4.4.0.x86_64.linux-testing.tar.gz build/embree-4.4.0-testing.tar.gz
You can’t perform that action at this time.
0 commit comments