aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/templates/job-uhd-build-installer.yml
diff options
context:
space:
mode:
authormattprost <matt.prost@ni.com>2022-06-16 10:51:52 -0500
committerskooNI <60897865+skooNI@users.noreply.github.com>2022-07-20 15:57:20 -0500
commit4a8150df4fe11f824a36de0a9c50c972031413a6 (patch)
tree88b0670b8f87ec4b5a62fddb3862f53ca47b8370 /.ci/templates/job-uhd-build-installer.yml
parentf9707e97e2ef3191fd84cfc7b74472db9fa915fc (diff)
downloaduhd-4a8150df4fe11f824a36de0a9c50c972031413a6.tar.gz
uhd-4a8150df4fe11f824a36de0a9c50c972031413a6.tar.bz2
uhd-4a8150df4fe11f824a36de0a9c50c972031413a6.zip
ci: Only include rpm files in the Fedora installer artifacts
Signed-off-by: mattprost <matt.prost@ni.com>
Diffstat (limited to '.ci/templates/job-uhd-build-installer.yml')
-rw-r--r--.ci/templates/job-uhd-build-installer.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/templates/job-uhd-build-installer.yml b/.ci/templates/job-uhd-build-installer.yml
index fd99a79de..1c22bf9cb 100644
--- a/.ci/templates/job-uhd-build-installer.yml
+++ b/.ci/templates/job-uhd-build-installer.yml
@@ -68,6 +68,7 @@ jobs:
- template: steps-build-uhd-installer-fedora-rpm.yml
parameters:
uhdSrcDir: $(Build.SourcesDirectory)
+ uhdBuildDir: $(Build.BinariesDirectory)/uhddev/build
uhdInstallerDir: $(Build.BinariesDirectory)/uhddev-installer
fedoraReleaseName: $(fedoraReleaseName)
releaseBinaries: ${{ parameters.releaseBinaries }}