focus only on rpm

This commit is contained in:
a-eljazouly 2024-02-06 09:34:46 +01:00
parent d9826fd2b7
commit f6caa99a95
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ inputs:
runs:
using: 'composite'
steps:
- name: Download ${{ matrix.type_of_report }} Artifacts
- name: Download Artifacts
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
with:
pattern: ${{ inputs.source_name_pattern }}*
@ -32,7 +32,7 @@ runs:
${{ inputs.source_paths }}
retention-days: 1
- name: Delete ${{ matrix.type_of_report }} Artifacts
- name: Delete Artifacts
run: |
artifact_pattern="${{ inputs.source_name_pattern }}"
TOKEN="${{ inputs.github_token }}"

View File

@ -231,7 +231,7 @@ jobs:
uses: ./.github/actions/merge-artifacts
with:
target_name: packages-rpm-${{ matrix.distrib }}
source_paths: packages-rpm-${{ matrix.distrib }}/*.rpm
source_paths: packages-rpm-${{ matrix.distrib }}/
source_name_pattern: packages-rpm-${{ matrix.distrib }}-
github_token: ${{ secrets.GITHUB_TOKEN }}