summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release-files.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-02-23 13:58:18 (GMT)
committerGitHub <noreply@github.com>2024-02-23 13:58:18 (GMT)
commit9a99fee91472d702bd7c50483c7141f720bcb21d (patch)
tree1ab8e05e1df3956368933b0ed9632db27dcdc68f /.github/workflows/release-files.yml
parente7f41a2fbf9cc123b14edbb73501c19976c514c4 (diff)
downloadhdf5-9a99fee91472d702bd7c50483c7141f720bcb21d.zip
hdf5-9a99fee91472d702bd7c50483c7141f720bcb21d.tar.gz
hdf5-9a99fee91472d702bd7c50483c7141f720bcb21d.tar.bz2
Add deb and rpm binaries to snapshots (#4035)
Diffstat (limited to '.github/workflows/release-files.yml')
-rw-r--r--.github/workflows/release-files.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/release-files.yml b/.github/workflows/release-files.yml
index ec8ac7c..058ff12 100644
--- a/.github/workflows/release-files.yml
+++ b/.github/workflows/release-files.yml
@@ -114,6 +114,18 @@ jobs:
name: tgz-ubuntu-2204_gcc-binary
path: ${{ github.workspace }}
+ - name: Get published deb binary (Linux)
+ uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
+ with:
+ name: deb-ubuntu-2204_gcc-binary
+ path: ${{ github.workspace }}
+
+ - name: Get published rpm binary (Linux)
+ uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
+ with:
+ name: rpm-ubuntu-2204_gcc-binary
+ path: ${{ github.workspace }}
+
- name: Get published binary (Linux S3)
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
@@ -160,6 +172,8 @@ jobs:
${{ steps.get-file-base.outputs.FILE_BASE }}.zip
${{ steps.get-file-base.outputs.FILE_BASE }}-osx12.tar.gz
${{ steps.get-file-base.outputs.FILE_BASE }}-ubuntu-2204_gcc.tar.gz
+ ${{ steps.get-file-base.outputs.FILE_BASE }}-ubuntu-2204_gcc.deb
+ ${{ steps.get-file-base.outputs.FILE_BASE }}-ubuntu-2204_gcc.rpm
${{ steps.get-file-base.outputs.FILE_BASE }}-ubuntu-2204_gcc_s3.tar.gz
${{ steps.get-file-base.outputs.FILE_BASE }}-win-vs2022_cl.zip
${{ steps.get-file-base.outputs.FILE_BASE }}-ubuntu-2204_intel.tar.gz
@@ -184,6 +198,8 @@ jobs:
${{ steps.get-file-base.outputs.FILE_BASE }}.zip
${{ steps.get-file-base.outputs.FILE_BASE }}-osx12.tar.gz
${{ steps.get-file-base.outputs.FILE_BASE }}-ubuntu-2204_gcc.tar.gz
+ ${{ steps.get-file-base.outputs.FILE_BASE }}-ubuntu-2204_gcc.deb
+ ${{ steps.get-file-base.outputs.FILE_BASE }}-ubuntu-2204_gcc.rpm
${{ steps.get-file-base.outputs.FILE_BASE }}-ubuntu-2204_gcc_s3.tar.gz
${{ steps.get-file-base.outputs.FILE_BASE }}-win-vs2022_cl.zip
${{ steps.get-file-base.outputs.FILE_BASE }}-ubuntu-2204_intel.tar.gz