From 24773004b45861602bb96b17acde29b1e562201f Mon Sep 17 00:00:00 2001 From: ayabusa <79598408+ayabusa@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:54:31 +0200 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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