OpenShock / ShockOSC

OSC Application to interact with games implementing OSC like VRChat and ChilloutVR
https://openshock.org
Other
14 stars 6 forks source link

Set up GitHub CI #10

Closed redmushie closed 5 months ago

redmushie commented 12 months ago

Migrate away from internal CI

LucHeart commented 12 months ago

equivalent what needs to be execute here dotnet publish -c Release -r win-x64

LucHeart commented 12 months ago

Auto release is also not a thing i would wanna see here, since auto update of shockosc is dependend on tag name and its just better to handle this manually here

redmushie commented 12 months ago

Auto release is also not a thing i would wanna see here, since auto update of shockosc is dependend on tag name and its just better to handle this manually here

I'm not exactly sure what you mean; would it not be fine to just build artifacts and upload tag artifacts on a tag push?

LucHeart commented 5 months ago

Implemented with v2.0.0-rc.1