mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
test: change the pattern
This commit is contained in:
parent
6431b44cb3
commit
e7df92f458
7
.github/actions/merge-artifacts/action.yml
vendored
7
.github/actions/merge-artifacts/action.yml
vendored
@ -24,13 +24,6 @@ runs:
|
||||
path: ${{ inputs.target_name }}
|
||||
merge-multiple: true
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
||||
with:
|
||||
pattern: ${{ inputs.source_name_pattern }}*
|
||||
path: ${{ inputs.target_name }}
|
||||
merge-multiple: true
|
||||
|
||||
- name: Upload the Regrouped Artifact
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
with:
|
||||
|
2
.github/workflows/perl-cpan-libraries.yml
vendored
2
.github/workflows/perl-cpan-libraries.yml
vendored
@ -385,7 +385,7 @@ jobs:
|
||||
with:
|
||||
target_name: packages-rpm-${{ matrix.distrib }}
|
||||
source_paths: packages-rpm-${{ matrix.distrib }}/*.rpm
|
||||
source_name_pattern: packages-rpm-${{ matrix.distrib }}-
|
||||
source_name_pattern: packages-rpm-
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# merge-package-deb-artifacts:
|
||||
|
Loading…
x
Reference in New Issue
Block a user