Ciantic / VirtualDesktopAccessor

DLL for accessing Windows 11/10 Virtual Desktop features from e.g. AutoHotkey
MIT License
773 stars 93 forks source link

Continuous builds with GitHub Actions #42

Open filip-zyzniewski opened 3 years ago

filip-zyzniewski commented 3 years ago

Currently users of the library don't have visibility of the process resulting in https://github.com/Ciantic/VirtualDesktopAccessor/blob/master/x64/Release/VirtualDesktopAccessor.dll . If this was built using GitHub actions, then we would have visibility (for security reviews for example).

Lej77 commented 1 month ago

I have written a GitHub action for my fork that should work with only some small modifications. I think it should be enough to remove all instances of --features multiple-windows-versions in the action. Considering the naming convention of the current tags the line with tags: ['v*'] should likely also be changed to tags: ['*'] so that releases are made for any tag name.