Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: add Winget Releaser workflow #975

Closed
wants to merge 1 commit into from
Closed

Conversation

sitiom
Copy link

@sitiom sitiom commented May 29, 2024

This action automatically generates manifests for Winget Community Repository (microsoft/winget-pkgs) and submits them.

Fastfetch has been added to Winget (microsoft/winget-pkgs#154718), and this workflow will be used to update it.

Before merging this:

  1. Add a classic PAT with public_repo scope as a repository secret named WINGET_TOKEN.

example

  1. Fork https://github.com/microsoft/winget-pkgs under @fastfetch-cli. The action will use that fork for making a branch and creating a PR with the upstream winget-pkgs repository on every release.
  2. Install Pull on the winget-pkgs fork to ensure that it is constantly updated.

If you want to see an example of a PR created using this action, see microsoft/winget-pkgs/pulls (Pull request has been created with WinGet Releaser).

@CarterLi
Copy link
Member

@LinusDierheimer I don't have the permission. Can you help with this?

@sitiom
Copy link
Author

sitiom commented May 30, 2024

@CarterLi The fork-user can be set to your account instead if that's what you want

@CarterLi
Copy link
Member

I have the permission to create repos in @fastfetch-cli. I don't have the permission to add personal tokens in fastfetch repo

@sitiom
Copy link
Author

sitiom commented Jun 7, 2024

I noticed that fastfetch-windows-aarch64.zip is being put manually in the releases; that would be a problem for this action which expects all assets to be available on release.

@CarterLi
Copy link
Member

CarterLi commented Jun 7, 2024

Yeah. I haven't found a way to build windows-aarch64 binaries with Github Actions. I always build them manually.

@LinusDierheimer
Copy link
Collaborator

@CarterLi Made you an admin, does it work now?

@sitiom
Copy link
Author

sitiom commented Jun 15, 2024

Yeah. I haven't found a way to build windows-aarch64 binaries with Github Actions.

Perhaps I should add a workflow_dispatch trigger so that you can run it manually.

@CarterLi
Copy link
Member

I'm happy with current situation. Closing

@CarterLi CarterLi closed this Jul 26, 2024
@sitiom
Copy link
Author

sitiom commented Jul 26, 2024

What situation?

@sitiom sitiom deleted the patch-1 branch July 26, 2024 02:37
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.

None yet

3 participants