diff options
author | 2021-01-26 19:10:57 +1100 | |
---|---|---|
committer | 2021-01-26 19:10:57 +1100 | |
commit | 414b538569ae97ee961e3e745d7a11afe0408bed (patch) | |
tree | 8cf15036609dbfbc647a6fb696f762d45812508e /.github/workflows/ci-macos.yml | |
parent | adc23f3f74f64afa3a1258539a4f8ae2f7ae76c9 (diff) |
Updated GitHub CI for executable names, added ORM check to Linux builds
Diffstat (limited to '.github/workflows/ci-macos.yml')
-rw-r--r-- | .github/workflows/ci-macos.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index dfe53e39537..cf23ddf3c3a 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -15,8 +15,8 @@ jobs: TOOLS: 1 run: make -j2 - name: Validate - run: ./mame64 -validate + run: ./mame -validate - uses: actions/upload-artifact@master with: - name: mame64-macos-${{ github.sha }} - path: mame64 + name: mame-macos-${{ github.sha }} + path: mame |