summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release-files.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-02-13 14:30:23 (GMT)
committerGitHub <noreply@github.com>2024-02-13 14:30:23 (GMT)
commit741c38147931dcf32886d5eb5a367d5af206d621 (patch)
treee685d0908b0175981f2e822fd4fe4ffde6c0d4bb /.github/workflows/release-files.yml
parentf309fcebbd777f4d2664775ac6582f3c0bcd1396 (diff)
downloadhdf5-741c38147931dcf32886d5eb5a367d5af206d621.zip
hdf5-741c38147931dcf32886d5eb5a367d5af206d621.tar.gz
hdf5-741c38147931dcf32886d5eb5a367d5af206d621.tar.bz2
Add hl and cpp ABI reports to daily build (#4006)
* Add other non-fortran lib abi reports * removing hl_cpp abi reports because of lack of public symbols
Diffstat (limited to '.github/workflows/release-files.yml')
-rw-r--r--.github/workflows/release-files.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/release-files.yml b/.github/workflows/release-files.yml
index c783822..ec8ac7c 100644
--- a/.github/workflows/release-files.yml
+++ b/.github/workflows/release-files.yml
@@ -152,6 +152,8 @@ jobs:
files: |
last-file.txt
${{ steps.get-file-base.outputs.FILE_BASE }}-hdf5_compat_report.html
+ ${{ steps.get-file-base.outputs.FILE_BASE }}-hdf5_hl_compat_report.html
+ ${{ steps.get-file-base.outputs.FILE_BASE }}-hdf5_cpp_compat_report.html
${{ steps.get-file-base.outputs.FILE_BASE }}-java_compat_report.html
${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen.zip
${{ steps.get-file-base.outputs.FILE_BASE }}.tar.gz
@@ -174,6 +176,8 @@ jobs:
#body_path: ${{ github.workspace }}-CHANGELOG.txt
files: |
${{ steps.get-file-base.outputs.FILE_BASE }}-hdf5_compat_report.html
+ ${{ steps.get-file-base.outputs.FILE_BASE }}-hdf5_hl_compat_report.html
+ ${{ steps.get-file-base.outputs.FILE_BASE }}-hdf5_cpp_compat_report.html
${{ steps.get-file-base.outputs.FILE_BASE }}-java_compat_report.html
${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen.zip
${{ steps.get-file-base.outputs.FILE_BASE }}.tar.gz