]> git.ayabusa.dev Git - numworks-zeta-os.git/commitdiff
updated workflow
authorayabusa <lebgpub@gmail.com>
Sun, 21 Apr 2024 12:14:28 +0000 (14:14 +0200)
committerayabusa <lebgpub@gmail.com>
Sun, 21 Apr 2024 12:14:28 +0000 (14:14 +0200)
.github/workflows/makefile.yml

index e2b41e198651abe909b9e899b8a44c20ac2b4c73..908c2fbb89ace20b93bde81f97e4e0d641c46c3b 100644 (file)
@@ -19,21 +19,19 @@ jobs:
     - uses: carlosperate/arm-none-eabi-gcc-action@v1
 
     - name: clean
-      working-directory: ./numworks_port
       run: make clean
 
     - 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
+        path: build/main.elf
         
     - name: Archive bin
       uses: actions/upload-artifact@v4
       with:
         name: bin_file
-        path: numworks_port/build/main.bin
+        path: build/main.bin