UnityLauncherPro icon indicating copy to clipboard operation
UnityLauncherPro copied to clipboard

move from appveyor into github actions build

Open unitycoder opened this issue 2 years ago • 4 comments

  • [x] create github actions config (build & release)
  • [x] build only main branch or on "#build" message only?
  • [x] give automatic version number to release (like appveyor did? or start from same counter value at least?) ** takes current version number from yaml : github.run_number
  • [ ] remove appveyor files and setup *or can leave as backup
  • [x] remove appveyor build status badge
  • [x] add github build status badge
  • [x] add commits info to build description *only shows last commit now..
  • [ ] add timestamp to build description text, since github doesn't show exact build date
  • [x] dont show failed build banner, if didnt make build

unitycoder avatar Dec 14 '23 10:12 unitycoder

also would be nice to feed that version number into build (i guess could run script to replace placeholder in some c# script, with that github.run_number value?) https://github.com/unitycoder/UnityLauncherPro/issues/130

unitycoder avatar Feb 23 '24 20:02 unitycoder

added github actions, will look into versio number later

unitycoder avatar Feb 25 '24 22:02 unitycoder

actually still need to fix the release infos, should display those commits at least..

now: image


before: (appveyor) image

unitycoder avatar Apr 20 '24 08:04 unitycoder

this probably works, https://github.com/unitycoder/UnityLauncherPro/commit/2255357a7f9788c7ce6f09e40ee7fd6798f781b2#diff-7829468e86c1cc5d5133195b5cb48e1ff6c75e3e9203777f6b2e379d9e4882b3R44

unitycoder avatar Sep 09 '24 08:09 unitycoder