vscodium icon indicating copy to clipboard operation
vscodium copied to clipboard

Prevent winget-release step from running multiple times

Open vedantmgoyal9 opened this issue 2 years ago • 0 comments

@vedantmgoyal2009 How do you deal with the different architectures (x64, ia32 or arm64)?

Originally posted by @daiyam in https://github.com/VSCodium/vscodium/issues/1174#issuecomment-1209206995

vedantmgoyal9 avatar Aug 09 '22 10:08 vedantmgoyal9

@daiyam please merge this before next release, since the current workflow is failing...

vedantmgoyal9 avatar Aug 11 '22 09:08 vedantmgoyal9

The winget-pkgs repository hasn't been created, yet...

Do you know how can I run the action locally so I can test the output? I want to compare it to https://github.com/microsoft/winget-pkgs/blob/master/manifests/v/VSCodium/VSCodium/1.70.0/VSCodium.VSCodium.locale.en-US.yaml and verify the Publisher to avoid this: https://winget.run/pkg/VSCodium/VSCodium. It seems like it was published by "Microsoft Corporation"...

daiyam avatar Aug 11 '22 10:08 daiyam

https://winget.run/pkg/VSCodium/VSCodium is now unmaintained by the developer. A similar website is https://winstall.app/ which is updated in (almost) real-time.

The action uses the previous version's manifest as templates and updates installer URLs and SHA-256 hashes. If any other modifications are to be made, then they must be made manually.

vedantmgoyal9 avatar Aug 13 '22 07:08 vedantmgoyal9