Skip to content

Commit

Permalink
Merge pull request #122 from marcransome/slsa-provenance-combined-no-…
Browse files Browse the repository at this point in the history
…archive-prefix-fix

Fix artifact name in SLSA workflow
  • Loading branch information
marcransome authored Mar 23, 2024
2 parents c72f679 + b1bc63b commit eb901f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cmake --build build
output_dir="build/src"
artifact="${output_dir}/flog"
artifact="flog"
if [[ ! -f "${output_dir}/${artifact}" ]]; then
echo "Failed to generate build artifact: ${output_dir}/${artifact}"
Expand Down

0 comments on commit eb901f9

Please sign in to comment.