Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcleng authored Aug 26, 2023
1 parent 9b08aa7 commit d9efaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.inputs.arg_packname }}${{ env.FILE_DATE }}
tag_name: ${{ github.event.inputs.arg_packname }}_${{ github.event.inputs.arg_branch }}${{ env.FILE_DATE }}
body_path: release.txt
files: ${{ env.RELEASE_PATH }}/*.flatpak

0 comments on commit d9efaf8

Please sign in to comment.