MacOS Build Fix

This commit is contained in:
Wayne Warthen
2020-08-22 13:03:59 -07:00
parent 87f0c0838b
commit ea123856f4
2 changed files with 2 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v1
with:
name: RomWBW-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}}
name: RomWBW_Linux-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}}
path: .
buildMacos:
@@ -43,10 +43,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Get OS info
run: |
system_profiler SPSoftwareDataType
- name: Build
run: |
make
@@ -62,5 +58,5 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v1
with:
name: RomWBW-macOS
name: RomWBW_MacOS-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}}
path: .