Skip to content

Commit

Permalink
Update CI pipeline to include brioche-strip in artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Dec 22, 2024
1 parent 7deffcd commit 4c24ca9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
--all \
--bin brioche-cc \
--bin brioche-ld \
--bin brioche-strip \
--bin brioche-packer \
--release \
--target="$TOOLS_TARGET"
Expand All @@ -111,6 +112,7 @@ jobs:
cp \
"target/$TOOLS_TARGET/release/brioche-cc" \
"target/$TOOLS_TARGET/release/brioche-ld" \
"target/$TOOLS_TARGET/release/brioche-strip" \
"target/$TOOLS_TARGET/release/brioche-packer" \
"target/$TOOLS_TARGET/release-tiny/brioche-packed-plain-exec" \
"target/$TOOLS_TARGET/release-tiny/brioche-packed-userland-exec" \
Expand Down

0 comments on commit 4c24ca9

Please sign in to comment.