Skip to content

Commit

Permalink
Finale
Browse files Browse the repository at this point in the history
  • Loading branch information
CatMe0w committed Feb 17, 2022
1 parent 86123b1 commit 35fdcc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-proma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ jobs:
run: tar Jcf proma-raw.tar.xz proma-raw && xz proma.db && xz proma.log

- name: Checksum
run: sha256sum proma-raw.tar.xz proma.db.xz proma.log.xz > checksum.txt && cat checksum.txt
run: sha256sum proma-raw.tar.xz proma.db.xz proma.log.xz > sha256sums.txt && cat sha256sums.txt

- name: Release
uses: softprops/action-gh-release@v1
with:
name: The Showdown
body_path: checksum.txt
body_path: sha256sums.txt
files: |
proma-raw.tar.xz
proma.db.xz
proma.log.xz
sha256sums.txt

0 comments on commit 35fdcc8

Please sign in to comment.