Skip to content

Commit bf15235

Browse files
committed
chore: rebrand release artifacts cmux → programa (Phase 6h)
Rename cmux.entitlements → programa.entitlements (git mv + the 3 signing refs in build-sign-upload.sh, release.yml, nightly.yml — pbxproj CODE_SIGN_ENTITLEMENTS is empty, so the Xcode build is unaffected). Rename nightly DMG/artifact names cmux-nightly-* → programa-nightly-* and the release dry-run artifact. Homebrew cask refs left as-is (external repo, deprecated per board cleanup).
1 parent 75a23ba commit bf15235

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
echo "NIGHTLY_MARKETING_VERSION=${NIGHTLY_MARKETING_VERSION}" >> "$GITHUB_ENV"
279279
echo "NIGHTLY_REMOTE_DAEMON_VERSION=${NIGHTLY_MARKETING_VERSION}" >> "$GITHUB_ENV"
280280
281-
NIGHTLY_DMG_IMMUTABLE="cmux-nightly-macos-${NIGHTLY_BUILD}.dmg"
281+
NIGHTLY_DMG_IMMUTABLE="programa-nightly-macos-${NIGHTLY_BUILD}.dmg"
282282
echo "NIGHTLY_DMG_IMMUTABLE=${NIGHTLY_DMG_IMMUTABLE}" >> "$GITHUB_ENV"
283283
284284
prepare_variant() {
@@ -393,7 +393,7 @@ jobs:
393393
echo "Missing APPLE_SIGNING_IDENTITY secret" >&2
394394
exit 1
395395
fi
396-
ENTITLEMENTS="cmux.entitlements"
396+
ENTITLEMENTS="programa.entitlements"
397397
for APP_PATH in \
398398
"build-universal/Build/Products/Release/Programa NIGHTLY.app"
399399
do
@@ -471,7 +471,7 @@ jobs:
471471
472472
notarize_and_package \
473473
"build-universal/Build/Products/Release/Programa NIGHTLY.app" \
474-
"cmux-nightly-macos.dmg" \
474+
"programa-nightly-macos.dmg" \
475475
"$NIGHTLY_DMG_IMMUTABLE"
476476
477477
- name: Upload dSYMs to Sentry
@@ -519,9 +519,9 @@ jobs:
519519
if: needs.decide.outputs.should_publish != 'true'
520520
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
521521
with:
522-
name: cmux-nightly-${{ needs.decide.outputs.short_sha }}
522+
name: programa-nightly-${{ needs.decide.outputs.short_sha }}
523523
path: |
524-
cmux-nightly-macos*.dmg
524+
programa-nightly-macos*.dmg
525525
appcast.xml
526526
remote-daemon-assets/programad-remote-*
527527
appcast-universal.xml
@@ -552,10 +552,10 @@ jobs:
552552
- feed `appcast.xml`
553553
- compatibility feed `appcast-universal.xml` for older universal nightlies
554554
555-
[Download cmux-nightly-macos.dmg](https://github.com/darkroomengineering/programa/releases/download/nightly/cmux-nightly-macos.dmg)
555+
[Download programa-nightly-macos.dmg](https://github.com/darkroomengineering/programa/releases/download/nightly/programa-nightly-macos.dmg)
556556
files: |
557-
cmux-nightly-macos-${{ github.run_id }}*.dmg
558-
cmux-nightly-macos.dmg
557+
programa-nightly-macos-${{ github.run_id }}*.dmg
558+
programa-nightly-macos.dmg
559559
appcast.xml
560560
remote-daemon-assets/programad-remote-*
561561
appcast-universal.xml

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
exit 1
279279
fi
280280
APP_PATH="build-universal/Build/Products/Release/Programa.app"
281-
ENTITLEMENTS="cmux.entitlements"
281+
ENTITLEMENTS="programa.entitlements"
282282
CLI_PATH="$APP_PATH/Contents/Resources/bin/programa"
283283
HELPER_PATH="$APP_PATH/Contents/Resources/bin/ghostty"
284284
if [ -f "$CLI_PATH" ]; then
@@ -379,7 +379,7 @@ jobs:
379379
if: steps.guard_release_assets.outputs.skip_upload != 'true' && github.event_name == 'workflow_dispatch'
380380
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
381381
with:
382-
name: cmux-release-dry-run
382+
name: programa-release-dry-run
383383
path: |
384384
programa-macos.dmg
385385
appcast.xml
File renamed without changes.

scripts/build-sign-upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747

4848
TAG="$1"
4949
SIGN_HASH="A050CC7E193C8221BDBA204E731B046CDCCC1B30"
50-
ENTITLEMENTS="cmux.entitlements"
50+
ENTITLEMENTS="programa.entitlements"
5151
APP_PATH="build/Build/Products/Release/Programa.app"
5252

5353
# --- Pre-flight ---

0 commit comments

Comments
 (0)