diff --git a/.github/workflows/hashes.yml b/.github/workflows/hashes.yml index 2efb065c482..1fd6e34367c 100644 --- a/.github/workflows/hashes.yml +++ b/.github/workflows/hashes.yml @@ -18,11 +18,16 @@ jobs: hash-type: sha256 file-name: hashes.txt - - name: Upload Hashes to release - uses: svenstaro/upload-release-action@v2 + - uses: actions/upload-artifact@v2 with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: hashes.txt - overwrite: true - asset_name: hashes.txt - tag: ${{ github.ref }} + name: Asset Hashes + path: hashes.txt + +# - name: Upload Hashes to release +# uses: svenstaro/upload-release-action@v2 +# with: +# repo_token: ${{ secrets.GITHUB_TOKEN }} +# file: hashes.txt +# overwrite: true +# asset_name: hashes.txt +# tag: ${{ github.ref }}