Skip to content

Commit

Permalink
RELEASE v0.1.10 (update release date)
Browse files Browse the repository at this point in the history
fixed: incorrect checksum.txt string.
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
  • Loading branch information
cfc4n committed Jun 19, 2022
1 parent 92747ac commit 8c84bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ jobs:
cd "${PWD}/artifacts"
gh release download ${{ steps.get_tags.outputs.VERSION }} -p "checksum-${{ steps.get_tags.outputs.VERSION }}.txt"
sha256sum ecapture-*.tar.gz >> checksum-${{ steps.get_tags.outputs.VERSION }}.txt
files=($(ls ecapture-*.tar.gz ${{ steps.get_tags.outputs.VERSION }}.txt))
files=($(ls ecapture-*.tar.gz checksum-${{ steps.get_tags.outputs.VERSION }}.txt))
echo "-------------------upload files: ${files[@]} -------------------"
gh release upload ${{ steps.get_tags.outputs.VERSION }} "${files[@]}" --clobber

0 comments on commit 8c84bec

Please sign in to comment.