summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tarball.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-03-05 22:50:39 (GMT)
committerGitHub <noreply@github.com>2024-03-05 22:50:39 (GMT)
commit5fc71118958245a1c72908c10996d745c9d145f0 (patch)
tree74f98e608750b857f80eb2f343a27e5a0633d778 /.github/workflows/tarball.yml
parent129d80d2082730d129d56cda1828c4bd74e8f09f (diff)
downloadhdf5-5fc71118958245a1c72908c10996d745c9d145f0.zip
hdf5-5fc71118958245a1c72908c10996d745c9d145f0.tar.gz
hdf5-5fc71118958245a1c72908c10996d745c9d145f0.tar.bz2
Add NEWSLETTER and merge abi reports and add sha256sums (#4055)
Diffstat (limited to '.github/workflows/tarball.yml')
-rw-r--r--.github/workflows/tarball.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml
index b52adf1..a721e1d 100644
--- a/.github/workflows/tarball.yml
+++ b/.github/workflows/tarball.yml
@@ -145,3 +145,10 @@ jobs:
name: zip-tarball
path: ${{ steps.set-file-base.outputs.FILE_BASE }}.zip
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
+
+ - name: Save NEWSLETTER
+ uses: actions/upload-artifact@v4
+ with:
+ name: NEWSLETTER
+ path: ./hdfsrc/release_docs/NEWSLETTER.txt
+ if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`