native macOS codings agent orchestrator
6
fork

Configure Feed

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

mise

khoi 18b287ce 5f64e22b

+5 -2
+5 -1
.github/workflows/release.yml
··· 155 155 key: ${{ runner.os }}-${{ runner.arch }}-mise-v0-${{ hashFiles('**/mise.toml', '**/.mise.toml', '**/.tool-versions', '**/.config/mise.toml', '**/mise/config.toml', '**/mise.lock', '**/.mise.lock', '**/mise/config.lock', '**/.config/mise.lock', '**/mise.*.toml', '**/.mise.*.toml', '**/.config/mise.*.toml', '**/mise.*.lock', '**/.mise.*.lock', '**/.config/mise.*.lock') }} 156 156 - run: brew install mise 2>/dev/null 157 157 - run: mise install 158 + - name: Install sentry-cli 159 + run: | 160 + curl -sL https://sentry.io/get-cli/ | sh 161 + sentry-cli --help 158 162 - name: Ghostty cache key 159 163 run: | 160 164 set -euo pipefail ··· 204 208 SENTRY_ORG: supabit 205 209 SENTRY_PROJECT: supacode 206 210 run: | 207 - mise exec -- sentry-cli debug-files upload --include-sources build/supacode.xcarchive/dSYMs 211 + sentry-cli debug-files upload --include-sources build/supacode.xcarchive/dSYMs 208 212 - run: | 209 213 cat > build/ExportOptions.plist <<EOF 210 214 <?xml version="1.0" encoding="UTF-8"?>
-1
mise.toml
··· 2 2 zig = "0.15.2" 3 3 swiftlint = "latest" 4 4 "github:ldomaradzki/xcsift" = "latest" 5 - "github:getsentry/sentry-cli" = "latest" 6 5 "npm:create-dmg" = "latest"