Skip to content

Conversation

@tsjnsn
Copy link
Owner

@tsjnsn tsjnsn commented Apr 17, 2025

Add a new GitHub action for manual prerelease.

  • Create a new workflow file .github/workflows/manual-prerelease.yml.
  • Use workflow_dispatch event to allow manual triggering.
  • Include steps for setting up Node.js, installing dependencies, building the client, and creating and uploading release assets.
  • Set the prerelease field to true in the Create Release step.
  • Package and upload release assets for various platforms (Linux ARM64, Linux ARMHF, Linux x64, macOS ARM64, macOS Universal, macOS x64, Windows x64).

For more details, open the Copilot Workspace session.

Add a new GitHub action for manual prerelease.

* Create a new workflow file `.github/workflows/manual-prerelease.yml`.
* Use `workflow_dispatch` event to allow manual triggering.
* Include steps for setting up Node.js, installing dependencies, building the client, and creating and uploading release assets.
* Set the `prerelease` field to `true` in the `Create Release` step.
* Package and upload release assets for various platforms (Linux ARM64, Linux ARMHF, Linux x64, macOS ARM64, macOS Universal, macOS x64, Windows x64).

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/tsjnsn/poe2-tradealert?shareId=XXXX-XXXX-XXXX-XXXX).
@tsjnsn tsjnsn merged commit cb600b0 into main Apr 17, 2025
3 checks passed
@tsjnsn tsjnsn deleted the add-manual-prerelease branch April 17, 2025 06:07
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.

2 participants