Skip to content

Commit ff93817

Browse files
committed
renamed test-package job, needed for creating zip with test data
1 parent 019ba6d commit ff93817

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/release.yml

+19
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,22 @@ jobs:
262262
artifact-in-macos: release-macosx-arm
263263
path: "build/*.zip"
264264
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

0 commit comments

Comments
 (0)