From 97e76baae3b2270eb3d4af3ce082790e84198573 Mon Sep 17 00:00:00 2001 From: Michael Herger Date: Wed, 24 Jan 2024 12:20:00 +0100 Subject: [PATCH] Fix platform names. Docker uses different names than Linux. --- .github/workflows/buildCPAN.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildCPAN.yaml b/.github/workflows/buildCPAN.yaml index 7784c58ad..ca54c44e1 100644 --- a/.github/workflows/buildCPAN.yaml +++ b/.github/workflows/buildCPAN.yaml @@ -19,8 +19,8 @@ on: type: choice options: - amd64 - - aarch64 - - armv7 + - arm64 + - arm/v7 required: true default: amd64 module: @@ -57,5 +57,7 @@ jobs: uses: actions/upload-artifact@v3 if: ${{ !env.ACT }} with: - name: ${{ inputs.module && inputs.module || 'CPAN'}}-${{ inputs.flavour }}${{ inputs.tag && format('-{0}', inputs.tag) || ''}}-${{ inputs.platform }} + # TODO - find a way to remove the colons from the module name, and slash from platform + # name: ${{ inputs.module && inputs.module || 'CPAN'}}-${{ inputs.flavour }}${{ inputs.tag && format('-{0}', inputs.tag) || ''}}-${{ inputs.platform }} + name: CPAN-${{ inputs.flavour }}${{ inputs.tag && format('-{0}', inputs.tag) || ''}} path: CPAN/build/arch/5.*/*/auto/