[all-commits] [llvm/llvm-project] 3c8dad: workflows/release-binaries: Give attestation artif...

Tom Stellard via All-commits all-commits at lists.llvm.org
Mon Aug 5 14:39:17 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c8dadda3aa20b89fb5ad29ae31380d9594c3430
      https://github.com/llvm/llvm-project/commit/3c8dadda3aa20b89fb5ad29ae31380d9594c3430
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2024-08-05 (Mon, 05 Aug 2024)

  Changed paths:
    M .github/workflows/release-binaries.yml

  Log Message:
  -----------
  workflows/release-binaries: Give attestation artifacts a unique name (#102041)

We need a different attestation for each supported architecture, so
there artifacts all need to have a different name.

The upload step is run on a Linux runner, so no matter which
architecture's binary is being uploaded the runner.os and runner.arch
variables would always be 'Linux' and 'X64' and so we can't use them for
naming the artifact.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list