[all-commits] [llvm/llvm-project] b5cb90: workflows/release-binaries: Give attestation artif...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Sat Aug 10 03:00:39 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: b5cb9081fa4560ec9d87a5d81aa027f7239c61c7
https://github.com/llvm/llvm-project/commit/b5cb9081fa4560ec9d87a5d81aa027f7239c61c7
Author: Tom Stellard <tstellar at redhat.com>
Date: 2024-08-10 (Sat, 10 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.
(cherry picked from commit 3c8dadda3aa20b89fb5ad29ae31380d9594c3430)
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