mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[ACTIONS] upload logs from "submodule" path
This commit is contained in:
@@ -62,7 +62,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-logs (uClibc)
|
name: build-logs (uClibc)
|
||||||
path: build.log
|
path: ${{ inputs.submodule || '.' }}/build.log
|
||||||
|
|
||||||
- name: generate-graphs
|
- name: generate-graphs
|
||||||
run: |
|
run: |
|
||||||
@@ -146,7 +146,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-logs (musl)
|
name: build-logs (musl)
|
||||||
path: build.log
|
path: ${{ inputs.submodule || '.' }}/build.log
|
||||||
|
|
||||||
- name: generate-graphs
|
- name: generate-graphs
|
||||||
run: |
|
run: |
|
||||||
@@ -222,7 +222,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-logs (uClibc static)
|
name: build-logs (uClibc static)
|
||||||
path: build.log
|
path: ${{ inputs.submodule || '.' }}/build.log
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
@@ -274,7 +274,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-logs (musl static)
|
name: build-logs (musl static)
|
||||||
path: build.log
|
path: ${{ inputs.submodule || '.' }}/build.log
|
||||||
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user