mirror of
https://github.com/ayabusa/Numworks-zeta-os.git
synced 2024-11-24 03:43:25 +00:00
Update makefile.yml
This commit is contained in:
parent
12a9e6029a
commit
24773004b4
12
.github/workflows/makefile.yml
vendored
12
.github/workflows/makefile.yml
vendored
@ -25,3 +25,15 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
working-directory: ./numworks_port
|
working-directory: ./numworks_port
|
||||||
run: make RUN_IN_GITHUB_ACTION=TRUE
|
run: make RUN_IN_GITHUB_ACTION=TRUE
|
||||||
|
|
||||||
|
- name: Archive elf file
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: elf_file
|
||||||
|
path: numworks_port/build/main.elf
|
||||||
|
|
||||||
|
- name: Archive bin
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: bin_file
|
||||||
|
path: numworks_port/build/main.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user