Skip to content

Testing#2

Merged
MusicMaster4 merged 2 commits into
mainfrom
testing
Jul 4, 2026
Merged

Testing#2
MusicMaster4 merged 2 commits into
mainfrom
testing

Conversation

@MusicMaster4

Copy link
Copy Markdown
Owner

No description provided.

@MusicMaster4 MusicMaster4 merged commit b0624c6 into main Jul 4, 2026
3 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6a73b1ef46

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

if [ -z "$LASTN" ]; then N=1; else N=$((LASTN+1)); fi

NEW="$BASE-beta.$N"
NEW="$BASE-testing.$N"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Set the GitHub publish channel for testing

With NEW now using -testing.N, this workflow relies on electron-builder to emit testing.yml, but I checked electron-builder.yml and its GitHub publish config still has no channel. The electron-builder docs for detectUpdateChannel say it “does not apply to github publishing,” and the release-channel docs warn that GitHub publishing must explicitly set channel; as written, npx electron-builder --win --publish always will keep uploading latest.yml while the new updater code looks for testing.yml, so beta installs will not discover these releases.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant