Skip to content

Releases: Cj-bc/oschark

0.2.0.5

21 Aug 09:06
Compare
Choose a tag to compare
0.2.0.5 Pre-release
Pre-release
Fix: actions/build_release> rename artifact target name according to …

0.2.0.4

21 Aug 08:25
Compare
Choose a tag to compare
0.2.0.4 Pre-release
Pre-release
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

21 Aug 07:57
Compare
Choose a tag to compare
0.2.0.3 Pre-release
Pre-release
WIP: actions/build_release> inject debug code

Update action to upload binaries to release

20 Aug 23:50
7c84f13
Compare
Choose a tag to compare

might be wip

0.2.0.1

20 Aug 15:27
Compare
Choose a tag to compare
0.2.0.1 Pre-release
Pre-release
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

19 Aug 15:57
Compare
Choose a tag to compare
0.1.0.6 Pre-release
Pre-release
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

19 Aug 12:16
Compare
Choose a tag to compare
0.1.0.5 Pre-release
Pre-release
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

19 Aug 10:51
Compare
Choose a tag to compare
0.1.0.3 Pre-release
Pre-release
Fix: typo (fixup please)

0.1.0.0

19 Aug 09:38
Compare
Choose a tag to compare
0.1.0.0 Pre-release
Pre-release
Change: actions> version tag format to fit cabal project