Flatpak
This commit is contained in:
parent
7358d9e6f7
commit
c21af52e73
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue