Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-tux authored May 24, 2022
1 parent 7e7cfa7 commit 2536620
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release

on:
release:
types: [published]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: MCJack123/ghaction-Generate-Release-Hashes@v2
with:
file-name: hashes.txt
hash-type: sha256
- uses: actions/upload-artifact@v2
with:
name: Asset Hashes
path: hashes.txt

0 comments on commit 2536620

Please sign in to comment.