We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cf04b commit b5e4a2aCopy full SHA for b5e4a2a
combine/action.yml
@@ -80,8 +80,8 @@ runs:
80
# Copy the other debug files from android and macos/ios
81
cp ./artifacts/geode-build-android32/*.dbg out/ || true
82
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
+ cp -R ./artifacts/geode-build-mac/*.dSYM out/ || true
+ cp -R ./artifacts/geode-build-ios/*.dSYM out/ || true
85
echo "output=$(realpath out)" >> $GITHUB_OUTPUT
86
87
- uses: geekyeggo/delete-artifact@v5
0 commit comments