mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-21 09:30:55 +00:00
update github actions
This commit is contained in:
parent
843ea2764c
commit
022d4cffe9
4
.github/workflows/cmake-fat.yml
vendored
4
.github/workflows/cmake-fat.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
run: make mpw
|
run: make mpw
|
||||||
|
|
||||||
- name: Archive
|
- name: Archive
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mpw fat
|
name: mpw fat
|
||||||
path: ${{runner.workspace}}/build/bin/mpw
|
path: ${{runner.workspace}}/build/bin/mpw
|
||||||
|
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
os: [macos-11.0, macos-10.15]
|
os: [macos-11.0, macos-10.15]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
run: cmake --build . --config $BUILD_TYPE
|
run: cmake --build . --config $BUILD_TYPE
|
||||||
|
|
||||||
- name: Archive
|
- name: Archive
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mpw ${{ matrix.os }}
|
name: mpw ${{ matrix.os }}
|
||||||
path: ${{runner.workspace}}/build/bin/mpw
|
path: ${{runner.workspace}}/build/bin/mpw
|
||||||
|
Loading…
Reference in New Issue
Block a user