Skip to content

Commit 383be92

Browse files
committed
1
1 parent b5dee2a commit 383be92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-cpack-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: make -C packaging/smoke-test-app install-driver-dev
5252

5353
- name: Build smoke-test application package
54-
run: make -C packaging/smoke-test-app package
54+
run: make -C packaging/smoke-test-app build-package
5555

5656
- name: Install smoke-test application package
5757
run: make -C packaging/smoke-test-app install-app
@@ -88,7 +88,7 @@ jobs:
8888
run: make -C packaging/smoke-test-app install-driver-dev
8989

9090
- name: Build smoke-test application package
91-
run: make -C packaging/smoke-test-app package
91+
run: make -C packaging/smoke-test-app build-package
9292

9393
- name: Install smoke-test application package
9494
run: make -C packaging/smoke-test-app install-app

0 commit comments

Comments
 (0)