Skip to content

Commit

Permalink
Workflow : Rename SUMS to CHECKSUMS
Browse files Browse the repository at this point in the history
  • Loading branch information
htr-tech committed Aug 1, 2022
2 parents 13ba930 + 04340e6 commit 22847dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
sed -i 's/#PKG_NAME/PKG_NAME/' make-deb.sh
bash make-deb.sh # Build for Debian
bash make-deb.sh termux # Build for Termux
find -type f -name "*.deb" -exec sha256sum "{}" > SUMS.txt \;
find -type f -name "*.deb" -exec sha256sum "{}" > CHECKSUMS.txt \;
- name: Upload to Release
uses: softprops/action-gh-release@v1
with:
files: "*.deb"
- uses: softprops/action-gh-release@v1
with:
files: SUMS.txt
files: CHECKSUMS.txt

2 comments on commit 22847dc

@nwn424007
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uuu

@nwn424007
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gyio

Please sign in to comment.