Skip to content

Commit

Permalink
Add shasums file (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 30, 2024
1 parent 825369b commit b01d1d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ jobs:
${{ steps.get-file-base.outputs.FILE_BASE }}App-Linux-x86_64.tar.gz
${{ steps.get-file-base.outputs.FILE_BASE }}App-win64.zip
${{ steps.get-file-base.outputs.FILE_BASE }}App-Darwin.tar.gz
${{ steps.get-file-base.outputs.FILE_BASE }}.sha256sums.txt
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
- name: Release tag
Expand All @@ -191,6 +192,7 @@ jobs:
${{ steps.get-file-base.outputs.FILE_BASE }}App-Linux-x86_64.tar.gz
${{ steps.get-file-base.outputs.FILE_BASE }}App-win64.zip
${{ steps.get-file-base.outputs.FILE_BASE }}App-Darwin.tar.gz
${{ steps.get-file-base.outputs.FILE_BASE }}.sha256sums.txt
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
- name: List files for the space (Linux)
Expand Down

0 comments on commit b01d1d0

Please sign in to comment.