diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f9a0cd..0e6f660 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: export PATH=${Z88DK_HOME}/bin:${PATH} mkdir build cd build - cmake .. + /usr/bin/cmake .. make - uses: ncipollo/release-action@v1 with: diff --git a/README.md b/README.md index 8ad2231..5eb0bb9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Z88DK MSX build template with sample game +![](https://github.com/h1romas4/z88dk-msx-template/workflows/Build/badge.svg) + This repository contains sample games made with [Z88DK](https://github.com/z88dk/z88dk), [MAME](https://www.mamedev.org/) and [C-BIOS](http://cbios.sourceforge.net/). ![](https://raw.githubusercontent.com/h1romas4/z88dk-msx-template/main/docs/images/ponpon-01.png)