Skip to content

Commit

Permalink
Correct file extension (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 29, 2024
1 parent 8fcc74a commit 825369b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ jobs:
sha256sum ${{ steps.get-file-base.outputs.FILE_BASE }}.zip >> sha256sums.txt
sha256sum ${{ steps.get-file-base.outputs.FILE_BASE }}-Linux-x86_64.tar.gz >> sha256sums.txt
sha256sum ${{ steps.get-file-base.outputs.FILE_BASE }}-win64.zip >> sha256sums.txt
sha256sum ${{ steps.get-file-base.outputs.FILE_BASE }}-Darwin.zip >> sha256sums.txt
sha256sum ${{ steps.get-file-base.outputs.FILE_BASE }}-Darwin.tar.gz >> sha256sums.txt
sha256sum ${{ steps.get-file-base.outputs.FILE_BASE }}App-Linux-x86_64.tar.gz >> sha256sums.txt
sha256sum ${{ steps.get-file-base.outputs.FILE_BASE }}App-win64.zip >> sha256sums.txt
sha256sum ${{ steps.get-file-base.outputs.FILE_BASE }}App-Darwin.zip >> sha256sums.txt
sha256sum ${{ steps.get-file-base.outputs.FILE_BASE }}App-Darwin.tar.gz >> sha256sums.txt
- name: Store snapshot name
run: |
Expand Down Expand Up @@ -169,10 +169,10 @@ jobs:
${{ steps.get-file-base.outputs.FILE_BASE }}.zip
${{ steps.get-file-base.outputs.FILE_BASE }}-Linux-x86_64.tar.gz
${{ steps.get-file-base.outputs.FILE_BASE }}-win64.zip
${{ steps.get-file-base.outputs.FILE_BASE }}-Darwin.zip
${{ steps.get-file-base.outputs.FILE_BASE }}-Darwin.tar.gz
${{ 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.zip
${{ steps.get-file-base.outputs.FILE_BASE }}App-Darwin.tar.gz
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
- name: Release tag
Expand All @@ -187,10 +187,10 @@ jobs:
${{ steps.get-file-base.outputs.FILE_BASE }}.zip
${{ steps.get-file-base.outputs.FILE_BASE }}-Linux-x86_64.tar.gz
${{ steps.get-file-base.outputs.FILE_BASE }}-win64.zip
${{ steps.get-file-base.outputs.FILE_BASE }}-Darwin.zip
${{ steps.get-file-base.outputs.FILE_BASE }}-Darwin.tar.gz
${{ 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.zip
${{ steps.get-file-base.outputs.FILE_BASE }}App-Darwin.tar.gz
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 825369b

Please sign in to comment.