From 25366204287d5e93ff317e41ccfda9685040272f Mon Sep 17 00:00:00 2001 From: Jay/Jonas Date: Tue, 24 May 2022 11:03:36 +0200 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/main.yml 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