diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..fb01527 --- /dev/null +++ b/.github/workflows/main.yml @@ -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