native macOS codings agent orchestrator
6
fork

Configure Feed

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

Rename 'Re-sign' to 'Resign' in release workflow step

khoi 0274b801 97f6b1ca

+1 -1
+1 -1
.github/workflows/release.yml
··· 66 66 </plist> 67 67 EOF 68 68 xcodebuild -exportArchive -archivePath build/supacode.xcarchive -exportPath build/export -exportOptionsPlist build/ExportOptions.plist 2>&1 | mise exec -- xcsift -qw 69 - - name: Re-sign Sparkle framework 69 + - name: Resign Sparkle framework 70 70 run: | 71 71 APP_PATH="$(find build/export -name "supacode.app" -maxdepth 3 -print -quit)" 72 72 SPARKLE="$APP_PATH/Contents/Frameworks/Sparkle.framework/Versions/B"