focus only on rpm
This commit is contained in:
parent
d9826fd2b7
commit
f6caa99a95
|
@ -17,7 +17,7 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- name: Download ${{ matrix.type_of_report }} Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
||||||
with:
|
with:
|
||||||
pattern: ${{ inputs.source_name_pattern }}*
|
pattern: ${{ inputs.source_name_pattern }}*
|
||||||
|
@ -32,7 +32,7 @@ runs:
|
||||||
${{ inputs.source_paths }}
|
${{ inputs.source_paths }}
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
- name: Delete ${{ matrix.type_of_report }} Artifacts
|
- name: Delete Artifacts
|
||||||
run: |
|
run: |
|
||||||
artifact_pattern="${{ inputs.source_name_pattern }}"
|
artifact_pattern="${{ inputs.source_name_pattern }}"
|
||||||
TOKEN="${{ inputs.github_token }}"
|
TOKEN="${{ inputs.github_token }}"
|
||||||
|
|
|
@ -231,7 +231,7 @@ jobs:
|
||||||
uses: ./.github/actions/merge-artifacts
|
uses: ./.github/actions/merge-artifacts
|
||||||
with:
|
with:
|
||||||
target_name: packages-rpm-${{ matrix.distrib }}
|
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 }}-
|
source_name_pattern: packages-rpm-${{ matrix.distrib }}-
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue