We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dee2a commit 383be92Copy full SHA for 383be92
.github/workflows/build-cpack-packages.yml
@@ -51,7 +51,7 @@ jobs:
51
run: make -C packaging/smoke-test-app install-driver-dev
52
53
- name: Build smoke-test application package
54
- run: make -C packaging/smoke-test-app package
+ run: make -C packaging/smoke-test-app build-package
55
56
- name: Install smoke-test application package
57
run: make -C packaging/smoke-test-app install-app
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
93
94
0 commit comments