Skip to content

Commit

Permalink
Generate and upload checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwell-k committed Nov 22, 2023
1 parent ace4925 commit 4189edd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ jobs:
--allow-run
--allow-net
a4.js
- run: sha256sum a4 | tee SHA256SUMS
- uses: actions/upload-artifact@v3
with:
name: a4
path: |
a4
SHA256SUMS
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
a4
SHA256SUMS
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.en.utf-8.add.spl
/SHA256SUMS
/a4
/deno.lock
/index.html
Expand Down

0 comments on commit 4189edd

Please sign in to comment.