native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: use mise exec for sentry-cli

khoi 0c2c0795 a55d9923

+1 -6
+1 -6
.github/workflows/release.yml
··· 204 204 SENTRY_ORG: supabit 205 205 SENTRY_PROJECT: supacode 206 206 run: | 207 - SENTRY_CLI_DIR="$(mise where github:getsentry/sentry-cli)" 208 - SENTRY_CLI="$SENTRY_CLI_DIR/sentry-cli-Darwin" 209 - if [ ! -x "$SENTRY_CLI" ]; then 210 - SENTRY_CLI="$SENTRY_CLI_DIR/sentry-cli" 211 - fi 212 - "$SENTRY_CLI" debug-files upload --include-sources build/supacode.xcarchive/dSYMs 207 + mise exec -- sentry-cli debug-files upload --include-sources build/supacode.xcarchive/dSYMs 213 208 - run: | 214 209 cat > build/ExportOptions.plist <<EOF 215 210 <?xml version="1.0" encoding="UTF-8"?>