mirror of
https://github.com/open-goal/jak-project
synced 2026-07-08 14:36:52 -04:00
ci: strip binaries in their respective runners (#2868)
This commit is contained in:
@@ -15,10 +15,6 @@ if [ "$PREP_BIN" = "true" ]; then
|
||||
cp $BIN_SOURCE/goalc/goalc $DEST
|
||||
cp $BIN_SOURCE/decompiler/extractor $DEST
|
||||
|
||||
strip $DEST/gk
|
||||
strip $DEST/goalc
|
||||
strip $DEST/extractor
|
||||
|
||||
chmod +x $DEST/gk
|
||||
chmod +x $DEST/goalc
|
||||
chmod +x $DEST/extractor
|
||||
|
||||
Reference in New Issue
Block a user