From a939f295c5dedf668b2444025ab465ef4be86a89 Mon Sep 17 00:00:00 2001 From: Squitch <63391793+SquitchYT@users.noreply.github.com> Date: Tue, 6 Jul 2021 15:07:07 +0200 Subject: [PATCH] Update CreateRPMPackage.yml --- .github/workflows/CreateRPMPackage.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/CreateRPMPackage.yml b/.github/workflows/CreateRPMPackage.yml index a27707f..be13189 100644 --- a/.github/workflows/CreateRPMPackage.yml +++ b/.github/workflows/CreateRPMPackage.yml @@ -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 }} @@ -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