Skip to content

Commit

Permalink
Update build-artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aunetx committed Jan 31, 2022
1 parent 2fd6d7b commit 2c235de
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,17 @@ jobs:
run: make build_appimage
- name: build_7z
run: make build_7z

- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: create draft release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
body: ''
draft: true
tag_name: ${{ steps.get_version.outputs.VERSION }}
body: 'Update to version ${{ steps.get_version.outputs.VERSION }}'
draft: false
files: |
deezer.flatpakref
artifacts/x64/*.deb
Expand Down

0 comments on commit 2c235de

Please sign in to comment.