Skip to content

Commit

Permalink
ci: Fix RPM tarball generation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseExposito committed Jul 5, 2021
1 parent a061e1f commit b15ee95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Generate tarball
run: |
tar -czvf ~/rpmbuild/SOURCES/${{ env.GITHUB_REPOSITORY_NAME }}.tar.gz ${{ env.GITHUB_REPOSITORY_NAME }} --transform s/^touchegg/touchegg-${{ env.GITHUB_REPOSITORY_NAME }}
tar -czvf ~/rpmbuild/SOURCES/${{ env.GITHUB_REPOSITORY_NAME }}.tar.gz ${{ env.GITHUB_REPOSITORY_NAME }} --transform s/^touchegg/touchegg-${{ env.GITHUB_REF_NAME }}/
- name: Build RPM package
run: |
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Generate tarball
run: |
tar -czvf ~/rpmbuild/SOURCES/${{ env.GITHUB_REPOSITORY_NAME }}.tar.gz ${{ env.GITHUB_REPOSITORY_NAME }} --transform s/^touchegg/touchegg-${{ env.GITHUB_REPOSITORY_NAME }}/
tar -czvf ~/rpmbuild/SOURCES/${{ env.GITHUB_REPOSITORY_NAME }}.tar.gz ${{ env.GITHUB_REPOSITORY_NAME }} --transform s/^touchegg/touchegg-${{ env.GITHUB_REF_NAME }}/
- name: Build RPM package
run: |
Expand Down

0 comments on commit b15ee95

Please sign in to comment.