From: ayabusa <79598408+ayabusa@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:54:31 +0000 (+0200) Subject: Update makefile.yml X-Git-Url: https://git.ayabusa.dev/?a=commitdiff_plain;h=24773004b45861602bb96b17acde29b1e562201f;p=numworks-zeta-os.git Update makefile.yml --- diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index fd467ce..e2b41e1 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -25,3 +25,15 @@ jobs: - name: build working-directory: ./numworks_port 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