From 7e7cfa7bfdeb048192501d03485a7766672817f6 Mon Sep 17 00:00:00 2001 From: jay-tux Date: Tue, 24 May 2022 11:00:02 +0200 Subject: [PATCH] try again online --- .github/worfklows/hash.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/worfklows/hash.yml 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