Skip to content

Commit

Permalink
Update compress files stage file list generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k committed Jan 31, 2024
1 parent 6ba23ee commit c8c7771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rpm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Compress files
run: |
tar -czvf ${{ inputs.TARGET_ARTIFACT_NAME }}.tar.gz $(ls | grep '.rpm\|hash.txt')
tar -czvf ${{ inputs.TARGET_ARTIFACT_NAME }}.tar.gz $(ls -1 | grep -E '(.rpm\|hash.txt)$')
- name: Generate SHA checksum
run: |
Expand Down

0 comments on commit c8c7771

Please sign in to comment.