Update cmake-fat.yml

This commit is contained in:
ksherlock 2020-11-26 15:58:17 -05:00 committed by GitHub
parent fcdfe76817
commit 35443c9aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
- name: Build
working-directory: ${{runner.workspace}}/build
shell: bash
run: cmake --build . --config $BUILD_TYPE
run: make mpw
- name: Archive
uses: actions/upload-artifact@v2