mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-23 21:55:04 +02:00
Update build-artifacts.yml
This commit is contained in:
parent
22d186f1f1
commit
f7b9e7e3dc
8
.github/workflows/build-artifacts.yml
vendored
8
.github/workflows/build-artifacts.yml
vendored
@ -35,12 +35,16 @@ jobs:
|
|||||||
- name: Get the version
|
- name: Get the version
|
||||||
id: get_version
|
id: get_version
|
||||||
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
|
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
|
||||||
|
|
||||||
|
- name: Generate sha256
|
||||||
|
id: gen_sha256
|
||||||
|
run: echo ::set-output name=SHA256::$(sha256sum artifacts/x64/*.tar.xz | awk '{ print $1 }')
|
||||||
|
|
||||||
- name: create draft release
|
- name: create release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.get_version.outputs.VERSION }}
|
tag_name: ${{ steps.get_version.outputs.VERSION }}
|
||||||
body: 'Update to version ${{ steps.get_version.outputs.VERSION }}'
|
body: 'Update to version ${{ steps.get_version.outputs.VERSION }}\ntar.xz sha256: ${{ steps.gen_sha256.outputs.SHA256 }}'
|
||||||
draft: false
|
draft: false
|
||||||
files: |
|
files: |
|
||||||
deezer.flatpakref
|
deezer.flatpakref
|
||||||
|
Loading…
x
Reference in New Issue
Block a user