mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-09-25 18:58:39 +02:00
fix: avoid artifact name conflicts between architectures of same distro
This commit is contained in:
parent
1fb760e141
commit
cb7e4dffd6
4
.github/workflows/plugins.yml
vendored
4
.github/workflows/plugins.yml
vendored
@ -170,7 +170,7 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||||
with:
|
with:
|
||||||
name: plugin-installation-${{ matrix.distrib }}
|
name: plugin-installation-${{ matrix.distrib }}-${{ matrix.runner_name }}
|
||||||
path: ./lastlog.jsonl
|
path: ./lastlog.jsonl
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
@ -392,7 +392,7 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||||
with:
|
with:
|
||||||
name: plugin-installation-${{ matrix.distrib }}
|
name: plugin-installation-${{ matrix.distrib }}-${{ matrix.runner_name }}
|
||||||
path: /var/log/robot-plugins-installation-tests.log
|
path: /var/log/robot-plugins-installation-tests.log
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user