diff --git a/.github/worfklows/hash.yml b/.github/worfklows/hash.yml deleted file mode 100644 index 01958b6..0000000 --- a/.github/worfklows/hash.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Generate Hashes on Release - on: - release: - types: [published] - -jobs: - hash: - runs-on: ubuntu-latest - steps: - - uses: MCJack123/ghaction-generate-release-hashes@v1 - with: - hash-type: sha256 - file-name: hashes.txt - - uses: actions/upload-artifact@v2 - with: - name: Asset Hashes - path: hashes.txt