mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Upload .dSYM file in CI
This commit is contained in:
3
.github/workflows/build-darwin.yml
vendored
3
.github/workflows/build-darwin.yml
vendored
@@ -276,6 +276,9 @@ jobs:
|
||||
chmod +x bun-profile bun
|
||||
mkdir -p bun-${{ inputs.tag }}-profile/ bun-${{ inputs.tag }}/
|
||||
mv bun-profile bun-${{ inputs.tag }}-profile/bun-profile
|
||||
if [ -f bun.dSYM ]; then
|
||||
mv bun.dSYM bun-${{ inputs.tag }}-profile/bun.dSYM
|
||||
fi
|
||||
mv bun bun-${{ inputs.tag }}/bun
|
||||
zip -r bun-${{ inputs.tag }}-profile.zip bun-${{ inputs.tag }}-profile
|
||||
zip -r bun-${{ inputs.tag }}.zip bun-${{ inputs.tag }}
|
||||
|
||||
Reference in New Issue
Block a user