Flatpak
This commit is contained in:
parent
7358d9e6f7
commit
c21af52e73
|
|
@ -18,11 +18,16 @@ jobs:
|
||||||
hash-type: sha256
|
hash-type: sha256
|
||||||
file-name: hashes.txt
|
file-name: hashes.txt
|
||||||
|
|
||||||
- name: Upload Hashes to release
|
- uses: actions/upload-artifact@v2
|
||||||
uses: svenstaro/upload-release-action@v2
|
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
name: Asset Hashes
|
||||||
file: hashes.txt
|
path: hashes.txt
|
||||||
overwrite: true
|
|
||||||
asset_name: hashes.txt
|
# - name: Upload Hashes to release
|
||||||
tag: ${{ github.ref }}
|
# 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