mirror of
https://github.com/ayabusa/Numworks-zeta-os.git
synced 2024-11-23 11:23:25 +00:00
updated workflow
This commit is contained in:
parent
061b7a97ac
commit
c11db55fdc
6
.github/workflows/makefile.yml
vendored
6
.github/workflows/makefile.yml
vendored
@ -19,21 +19,19 @@ jobs:
|
|||||||
- uses: carlosperate/arm-none-eabi-gcc-action@v1
|
- uses: carlosperate/arm-none-eabi-gcc-action@v1
|
||||||
|
|
||||||
- name: clean
|
- name: clean
|
||||||
working-directory: ./numworks_port
|
|
||||||
run: make clean
|
run: make clean
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
working-directory: ./numworks_port
|
|
||||||
run: make RUN_IN_GITHUB_ACTION=TRUE
|
run: make RUN_IN_GITHUB_ACTION=TRUE
|
||||||
|
|
||||||
- name: Archive elf file
|
- name: Archive elf file
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: elf_file
|
name: elf_file
|
||||||
path: numworks_port/build/main.elf
|
path: build/main.elf
|
||||||
|
|
||||||
- name: Archive bin
|
- name: Archive bin
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bin_file
|
name: bin_file
|
||||||
path: numworks_port/build/main.bin
|
path: build/main.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user