native macOS codings agent orchestrator
6
fork

Configure Feed

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

Remove duplicate release repo var

khoi 16518b9e 175167f6

+1 -2
+1 -2
.github/workflows/release.yml
··· 17 17 contents: write 18 18 env: 19 19 GH_TOKEN: ${{ github.token }} 20 - RELEASE_REPO_PRIMARY: supabit/supacode-sh 21 20 RELEASE_REPO_MAIN: supabitapp/supacode 22 21 RELEASE_REPO_SH: supabit/supacode-sh 23 22 SUPACODE_SH_RELEASE_TOKEN: ${{ secrets.SUPACODE_SH_RELEASE_TOKEN }} ··· 136 135 - run: | 137 136 STAGING=$(mktemp -d) 138 137 cp build/supacode.app.zip "$STAGING/" 139 - printf "%s" "$SPARKLE_PRIVATE_KEY" | tr -d '\r\n\t ' | ./bins/generate_appcast --download-url-prefix "https://github.com/$RELEASE_REPO_PRIMARY/releases/download/$TAG/" --ed-key-file - "$STAGING" 138 + printf "%s" "$SPARKLE_PRIVATE_KEY" | tr -d '\r\n\t ' | ./bins/generate_appcast --download-url-prefix "https://github.com/$RELEASE_REPO_SH/releases/download/$TAG/" --ed-key-file - "$STAGING" 140 139 cp "$STAGING/appcast.xml" build/appcast.xml 141 140 - run: | 142 141 NOTES_FILE=build/release-notes.txt