Releases: Cj-bc/oschark
Releases · Cj-bc/oschark
0.2.0.5
Fix: actions/build_release> rename artifact target name according to …
0.2.0.4
Fix: actions/build_release> rename all binaries that will be built by CI Those binaries should have appropriate name so that user can know which one to download
0.2.0.3
WIP: actions/build_release> inject debug code
Update action to upload binaries to release
might be wip
0.2.0.1
Fix: actions/build_release It seems that 'find' command wasn't executed in previous code. So I changed it not to use subshell
0.1.0.6
Fix: actions/build_release> Trying to remove affection of path problem Windows uses '\' as path separator whereas Linux/macOS use '/' I'm not sure, but I thought this occurs problem with find, so I decided no to use that separator
0.1.0.5
Fix: actions/build_release> use bash to run script on all OS Without specifying this, Windows runner will use PowerShell instead of bash
0.1.0.3
Fix: typo (fixup please)
0.1.0.0
Change: actions> version tag format to fit cabal project