diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ceef41fc7..faec7fca43 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,5 +72,5 @@ jobs: needs: build-kata-static-tarball-amd64 uses: ./.github/workflows/run-metrics.yaml with: - tarball-suffix: -${{ inputs.tag }}-amd64 + tarball-suffix: -${{ inputs.tag }} commit-hash: ${{ inputs.commit-hash }}