Skip to content

Commit

Permalink
Update CreateRPMPackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SquitchYT authored Jul 6, 2021
1 parent 1d20822 commit a939f29
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CreateRPMPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ jobs:
rpmbuild --define "_topdir `pwd`" -bb ./SPECS/tess.spec
ls ./SRPM/
ls ./SRPM/x86_64/
env:
VERSION: ${{ steps.get_release.outputs.tag_name }}

Expand All @@ -103,6 +100,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ./package/rpmbuild/RPMS/x86_64/tess-${{ steps.get_release.outputs.tag_name }}.x86_64.rpm
asset_path: ./package/rpmbuild/RPMS/x86_64/tess-${{ steps.get_release.outputs.tag_name }}-0.x86_64.rpm
asset_name: tess-${{ steps.get_release.outputs.tag_name }}-x86_64.rpm
asset_content_type: application/octet-stream

0 comments on commit a939f29

Please sign in to comment.