Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Nov 1, 2023
2 parents 7032190 + c21af52 commit 879a64a
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/hashes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 879a64a

Please sign in to comment.