summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tarball.yml
diff options
context:
space:
mode:
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`