Skip to content

Commit

Permalink
updated PR with review input
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed May 16, 2024
1 parent 768690b commit 6f71423
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ jobs:
# with:
# name: cp-to-non-versioned
# path: ${{ github.workspace }}

- name: Create sha256 sums for non-versioned files
if: ${{ (inputs.use_environ == 'release') }}
run: |
sha256sum hdf5.tar.gz >> hdf5.sha256sums.txt
sha256sum hdf5.zip >> hdf5.sha256sums.txt
#
# - name: Create sha256 sums for non-versioned files
# if: ${{ (inputs.use_environ == 'release') }}
# run: |
# sha256sum hdf5.tar.gz >> hdf5.sha256sums.txt
# sha256sum hdf5.zip >> hdf5.sha256sums.txt

- name: Create sha256 sums for files
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/remove-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen.zip
${{ steps.get-file-base.outputs.FILE_BASE }}.tar.gz
${{ steps.get-file-base.outputs.FILE_BASE }}.zip
hdf5.tar.gz
hdf5.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.tar.gz
Expand Down

0 comments on commit 6f71423

Please sign in to comment.