feat: add winget_updater github action #290

Closed
opened 2026-04-05 16:19:35 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @LightDestory on 3/16/2026

Description

Similar to https://github.com/bambulab/BambuStudio/pull/10000

This pull request introduces a new GitHub Actions workflow to automate publishing releases to WinGet when a new release is created.

Continuous deployment automation:

Added a .github/workflows/winget_updater.yml workflow that triggers on release events and uses the winget-releaser action to automatically publish new versions of SoftFever.OrcaSlicer to WinGet, using the release tag as the version and filtering .exe installers.
SoftFever.OrcaSlicer is already published on Winget but it is currently community maintained.

To make this PR work please add a repository secret called WINGET_TOKEN with the proper permissions: it requires just the public_repo, nothing more.

I know that OrcaSlicer moved from SoftFever domain to OrcaSlicer organization but Winget publishing still uses the old domain.

*Originally created by @LightDestory on 3/16/2026* # Description Similar to https://github.com/bambulab/BambuStudio/pull/10000 This pull request introduces a new GitHub Actions workflow to automate publishing releases to WinGet when a new release is created. Continuous deployment automation: Added a .github/workflows/winget_updater.yml workflow that triggers on release events and uses the winget-releaser action to automatically publish new versions of SoftFever.OrcaSlicer to WinGet, using the release tag as the version and filtering .exe installers. SoftFever.OrcaSlicer is already published on [Winget ](https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/SoftFever/OrcaSlicer) but it is currently community maintained. To make this PR work please [add a repository secret called WINGET_TOKEN with the proper permissions](https://github.com/russellbanks/komac#github-token-setup): it requires just the public_repo, nothing more. I know that OrcaSlicer moved from SoftFever domain to OrcaSlicer organization but Winget publishing still uses the old domain.
MrUnknownDE added the QoLQoL labels 2026-04-05 16:19:35 +02:00
Sign in to join this conversation.
No Label QoL QoL
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#290