SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 406189b79eabe0d31d0d44b99b4006f5316fe644 parent 6eb42ab283f9dcdb8e2a345b92833fc8bb685e75 Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 3 Jun 2023 14:54:24 +0300 I don't know yaml Diffstat:
| M | .github/workflows/sanity.yml | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml @@ -38,4 +38,7 @@ jobs: uses: actions/upload-artifact@v1 with: name: sameboy-canary-${{ matrix.os }}-${{ matrix.cc }} - path: build/bin build/lib build/include + path: | + build/bin + build/lib + build/include
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.