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

Continuous builds with GitHub Actions #42

Open
filip-zyzniewski opened this issue Jun 18, 2021 · 1 comment
Open

Continuous builds with GitHub Actions #42

filip-zyzniewski opened this issue Jun 18, 2021 · 1 comment

Comments

@filip-zyzniewski
Copy link

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).

filip-taxamo added a commit to filip-taxamo/VirtualDesktopAccessor that referenced this issue Jun 18, 2021
filip-taxamo added a commit to filip-taxamo/VirtualDesktopAccessor that referenced this issue Jun 18, 2021
filip-taxamo added a commit to filip-taxamo/VirtualDesktopAccessor that referenced this issue Jun 18, 2021
filip-taxamo added a commit to filip-taxamo/VirtualDesktopAccessor that referenced this issue Jun 18, 2021
@Lej77
Copy link

Lej77 commented Sep 15, 2024

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.

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

No branches or pull requests

2 participants