Skip to content

Commit

Permalink
test#10
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed May 16, 2024
1 parent dd306b6 commit eda66aa
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit eda66aa

Please sign in to comment.