mirror of
https://github.com/nektos/act.git
synced 2026-04-27 01:45:52 +03:00
[GH-ISSUE #1146] Enhancement: Ability to install act package into Windows OS (via winget for example). #643
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#643
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @omonimus1 on GitHub (May 1, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1146
Describe feature
It would be great to download and use this package into Windows OS.
Distribute it via winget (official windows package manager) will allow more developers to use act.
In terms of advertisement, it would be great also from the https://formulae.brew.sh/formula/act#default redirect to winget for windows user (as many tutorials about act already redirect directly to brew page).
@catthehacker commented on GitHub (May 2, 2022):
winget(https://github.com/microsoft/winget-cli | https://github.com/microsoft/winget-pkgs) requires packages to be self-executable installers, we don't have one and most likely won't have for a long time asgoreleaserdoesn't support this type of artefacts. It would also require us to sign the artefacts with a trusted certificate so Windows won't complain.Requires: https://github.com/microsoft/winget-cli/issues/140
Don't think that is possible nor that we should do that. Would be better to ask authors of said articles to point to our README / installation page in Wiki.
@alanlivio commented on GitHub (Oct 10, 2022):
It is a very interesting feature.
@phillip-haydon commented on GitHub (Nov 26, 2022):
@catthehacker it looks like issue 140 was merged and closed in September. Could this now be added to winget?
@Arthapz commented on GitHub (Jan 13, 2023):
https://github.com/microsoft/winget-pkgs/pull/93675 i've done a PR, maybe need some reviewing (for publishers URLs)
@Arthapz commented on GitHub (Jan 13, 2023):
ah the package is done, but they can't merge it because of https://github.com/microsoft/winget-pkgs/issues/87300
they'll merge it when it's done
so it's let a lot of time for reviewing the meta-infos https://github.com/microsoft/winget-pkgs/pull/93675/files#diff-b8e3d9e7cc98ed3ac1070cb7663345f48849ff77d7bfe978b5424890c52e091f
@sitiom commented on GitHub (Feb 1, 2023):
@Arthapz Please check my review on your PR.
Also, once the PR is merged, Winget Releaser would have to be set up in this repo for automatic package updates.
@Arthapz commented on GitHub (Feb 2, 2023):
done
@Arthapz commented on GitHub (Feb 10, 2023):
My PR has been merged onto winget, act should be be installable by winget now
@sitiom commented on GitHub (Feb 10, 2023):
The Winget package is currently outdated, and there is a blocking issue for Winget Releaser: https://github.com/vedantmgoyal2009/winget-releaser/issues/82. Will PR the releaser workflow once that is resolved.