]> git.ayabusa.dev Git - numworks-zeta-os.git/commitdiff
Update makefile.yml
authorayabusa <79598408+ayabusa@users.noreply.github.com>
Tue, 2 Apr 2024 16:54:31 +0000 (18:54 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Apr 2024 16:54:31 +0000 (18:54 +0200)
.github/workflows/makefile.yml

index fd467ce6cb6bea96e16f9be6b8f180876d75d523..e2b41e198651abe909b9e899b8a44c20ac2b4c73 100644 (file)
@@ -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