Skip to content

Commit

Permalink
test#15
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed May 16, 2024
1 parent 41ef053 commit 97713af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,6 @@ jobs:
sha256sum hdf5.zip >> ${{ steps.get-file-base.outputs.FILE_BASE }}.sha256sums.txt
sha256sum hdf5.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: Store snapshot name
run: |
echo "${{ steps.get-file-base.outputs.FILE_BASE }}" > ./last-file.txt
Expand Down

0 comments on commit 97713af

Please sign in to comment.