1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-06 23:47:31 +00:00

workflows: Fix remove artifact name filter

- Fix copy-paste errors in artifact filters for arm64 and ppc64le
- Remove the trailing wildcard filter that falsely ends up removing agent-ctl
and replace with the tarball-suffix, which should exactly match the artifacts

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2024-12-04 12:58:13 +00:00
parent 5f9cc86b5a
commit 14a3adf4d6
4 changed files with 4 additions and 4 deletions

View File

@ -213,7 +213,7 @@ jobs:
steps:
- uses: geekyeggo/delete-artifact@v5
with:
name: kata-artifacts-amd64-${{ matrix.asset}}-*
name: kata-artifacts-amd64-${{ matrix.asset}}${{ inputs.tarball-suffix }}
build-asset-shim-v2:
runs-on: ubuntu-22.04

View File

@ -151,7 +151,7 @@ jobs:
steps:
- uses: geekyeggo/delete-artifact@v5
with:
name: kata-artifacts-s390x-${{ matrix.asset}}-*
name: kata-artifacts-arm64-${{ matrix.asset}}${{ inputs.tarball-suffix }}
build-asset-shim-v2:
runs-on: arm64-builder

View File

@ -159,7 +159,7 @@ jobs:
steps:
- uses: geekyeggo/delete-artifact@v5
with:
name: kata-artifacts-s390x-${{ matrix.asset}}-*
name: kata-artifacts-ppc64le-${{ matrix.asset}}${{ inputs.tarball-suffix }}
build-asset-shim-v2:
runs-on: ppc64le

View File

@ -229,7 +229,7 @@ jobs:
steps:
- uses: geekyeggo/delete-artifact@v5
with:
name: kata-artifacts-s390x-${{ matrix.asset}}-*
name: kata-artifacts-s390x-${{ matrix.asset}}${{ inputs.tarball-suffix }}
build-asset-shim-v2:
runs-on: s390x