Skip to content

Keep alpha prerelease history#1628

Merged
src-opn merged 1 commit intodevfrom
alpha-prerelease-history
Apr 30, 2026
Merged

Keep alpha prerelease history#1628
src-opn merged 1 commit intodevfrom
alpha-prerelease-history

Conversation

@src-opn
Copy link
Copy Markdown
Collaborator

@src-opn src-opn commented Apr 30, 2026

Summary

  • Stop deleting alpha-macos-latest during alpha builds.
  • Create an immutable GitHub prerelease for each alpha run, tagged like alpha-macos-vX.Y.Z-alpha.<run>-<sha>.
  • Upload Electron artifacts to that immutable prerelease, then update only latest-mac.yml on alpha-macos-latest as the stable updater pointer.
  • Rewrite the pointer manifest to use absolute asset URLs from the immutable prerelease, so historical alpha artifacts remain downloadable.

Root Cause

The latest alpha job failed because PR #1627 removed tauri-action, which previously recreated alpha-macos-latest. The workflow still deleted the release, then gh release upload failed with release not found.

Verification

  • gh run view 25188998188 --repo different-ai/openwork --job 73853817267 --log-failed
  • ruby -e 'require "yaml"; YAML.load_file(".github/workflows/alpha-macos-aarch64.yml"); puts "ok"'
  • Confirmed the alpha workflow no longer contains gh release delete, Tauri, Rust, or latest.json references.

Notes

  • Did not run a signing/notarization build locally; that requires GitHub Actions signing secrets.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openwork-app Ready Ready Preview, Comment Apr 30, 2026 9:19pm
openwork-den Ready Ready Preview, Comment Apr 30, 2026 9:19pm
openwork-den-worker-proxy Ready Ready Preview, Comment Apr 30, 2026 9:19pm
openwork-landing Ready Ready Preview, Comment, Open in v0 Apr 30, 2026 9:19pm
openwork-share Ready Ready Preview, Comment Apr 30, 2026 9:19pm

@github-actions
Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

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