Skip to content

Commit 2536620

Browse files
authored
Create main.yml
1 parent 7e7cfa7 commit 2536620

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/main.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Release
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
test:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: MCJack123/ghaction-Generate-Release-Hashes@v2
12+
with:
13+
file-name: hashes.txt
14+
hash-type: sha256
15+
- uses: actions/upload-artifact@v2
16+
with:
17+
name: Asset Hashes
18+
path: hashes.txt

0 commit comments

Comments
 (0)