mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 10:55:30 -04:00
Fix wildcard in workflow
This commit is contained in:
parent
c07f421322
commit
46db25e8e0
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -31,8 +31,10 @@ jobs:
|
|||||||
path: mango
|
path: mango
|
||||||
- name: build arm32v7 object file
|
- name: build arm32v7 object file
|
||||||
run: make arm32v7
|
run: make arm32v7
|
||||||
|
- name: build arm64v8 object file
|
||||||
|
run: make arm64v8
|
||||||
- name: Upload object files
|
- name: Upload object files
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: object files
|
name: object files
|
||||||
path: *.o
|
path: ./*.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user