From eda66aa38478cdf7c46c2d8d31163306bf1447c3 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Thu, 16 May 2024 15:04:47 -0500 Subject: [PATCH] test#10 --- .github/workflows/release-files.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-files.yml b/.github/workflows/release-files.yml index ad6c95c0e71..5e979467cac 100644 --- a/.github/workflows/release-files.yml +++ b/.github/workflows/release-files.yml @@ -148,6 +148,12 @@ jobs: name: abi-reports path: ${{ github.workspace }} + - name: Get published abi reports (Linux) + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + with: + name: abi-reports + path: ${{ github.workspace }} + # - name: Get published nonversioned source (tgz) # if: ${{ (inputs.use_environ == 'release') }} # uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 @@ -177,11 +183,11 @@ jobs: sha256sum ${{ steps.get-file-base.outputs.FILE_BASE }}-win-vs2022_intel.zip >> ${{ steps.get-file-base.outputs.FILE_BASE }}.sha256sums.txt sha256sum ${{ steps.get-file-base.outputs.FILE_BASE }}.html.abi.reports.tar.gz >> ${{ steps.get-file-base.outputs.FILE_BASE }}.sha256sums.txt - - name: Create sha256 sums for non-versioned files - if: ${{ (inputs.use_environ == 'release') }} - run: | - sha256sum hdf5.tar.gz >> ${{ steps.get-file-base.outputs.FILE_BASE }}.sha256sums.txt - sha256sum hdf5.zip >> ${{ steps.get-file-base.outputs.FILE_BASE }}.sha256sums.txt +# - name: Create sha256 sums for non-versioned files +# if: ${{ (inputs.use_environ == 'release') }} +# run: | +# sha256sum hdf5.tar.gz >> ${{ steps.get-file-base.outputs.FILE_BASE }}.sha256sums.txt +# sha256sum hdf5.zip >> ${{ steps.get-file-base.outputs.FILE_BASE }}.sha256sums.txt - name: Store snapshot name run: |