Skip to content

Commit b5e4a2a

Browse files
authored
Change cp to use -R for dSYM file copying
1 parent f1cf04b commit b5e4a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

combine/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ runs:
8080
# Copy the other debug files from android and macos/ios
8181
cp ./artifacts/geode-build-android32/*.dbg out/ || true
8282
cp ./artifacts/geode-build-android64/*.dbg out/ || true
83-
cp ./artifacts/geode-build-mac/*.dSYM out/ || true
84-
cp ./artifacts/geode-build-ios/*.dSYM out/ || true
83+
cp -R ./artifacts/geode-build-mac/*.dSYM out/ || true
84+
cp -R ./artifacts/geode-build-ios/*.dSYM out/ || true
8585
echo "output=$(realpath out)" >> $GITHUB_OUTPUT
8686
8787
- uses: geekyeggo/delete-artifact@v5

0 commit comments

Comments
 (0)