Skip to content

Commit

Permalink
rename SHA256SUM to SHA256SUMS
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Feb 9, 2024
1 parent 9ab014b commit b78556f
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 @@ -28,14 +28,14 @@ jobs:
- name: Generate Checksum
run: |
ARTIFACTS="bin"
find "$ARTIFACTS" -type f -exec sha256sum '{}' + | sed 's, .*/, ,' > SHA256SUM.txt
find "$ARTIFACTS" -type f -exec sha256sum '{}' + | sed 's, .*/, ,' > SHA256SUMS.txt
- name: Create draft-release
uses: softprops/action-gh-release@v1
with:
files: |
bin/*/xmodits-*
SHA256SUM.txt
SHA256SUMS.txt
draft: true
prerelease: true
env:
Expand Down

0 comments on commit b78556f

Please sign in to comment.