Skip to content

Commit

Permalink
Fix cpack options
Browse files Browse the repository at this point in the history
  • Loading branch information
figi44 committed Aug 1, 2023
1 parent 573fa8b commit b1b6195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@package-custom-urls
with:
skip_checks: true
cpack_options: -DCPACK_PACKAGE_FILE_NAME=eccodes-nightly-Linux-x86_64
cpack_options_rpm: -D CPACK_PACKAGE_FILE_NAME=eccodes-nightly-Linux-x86_64
cpack_options_deb: -D CPACK_PACKAGE_VERSION=nightly
secrets:
url_debian_11: ${{ secrets.NEXUS_TEST_REPO_NIGHTLY_URL_DEBIAN_11 }}
token_debian_11: ${{ secrets.NEXUS_TEST_REPO_UPLOAD_TOKEN }}
Expand Down

0 comments on commit b1b6195

Please sign in to comment.