Update makefile.yml

This commit is contained in:
ayabusa 2024-04-02 18:54:31 +02:00 committed by GitHub
parent 12a9e6029a
commit 24773004b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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