mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
MacOS Build Fix
This commit is contained in:
8
.github/workflows/commit.yml
vendored
8
.github/workflows/commit.yml
vendored
@@ -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: .
|
||||
Reference in New Issue
Block a user