Fix wildcard in workflow

This commit is contained in:
Alex Ling 2020-08-05 09:50:46 +00:00
parent c07f421322
commit 46db25e8e0

View File

@ -31,8 +31,10 @@ jobs:
path: mango
- name: build arm32v7 object file
run: make arm32v7
- name: build arm64v8 object file
run: make arm64v8
- name: Upload object files
uses: actions/upload-artifact@v2
with:
name: object files
path: *.o
path: ./*.o