From e4e35805357d88a89934cc372a87e1733bd93b05 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Sat, 22 Aug 2020 14:14:11 -0700 Subject: [PATCH] MacOS Build Fix Again --- .github/workflows/commit.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index c327e509..70dc12a8 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -37,12 +37,10 @@ jobs: name: RomWBW_Linux-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}} path: . - buildMacos: + buildMacOS: runs-on: macos-latest steps: - - uses: rlespinasse/github-slug-action@1.1.0 - - uses: actions/checkout@v2 - name: Build @@ -59,5 +57,5 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v1 with: - name: RomWBW_MacOS-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}} + name: RomWBW_MacOS path: . \ No newline at end of file