[ACTIONS] upload logs from "submodule" path

This commit is contained in:
Apaczer
2023-11-15 10:59:57 +01:00
parent e353d2a88e
commit 7597efebdf

View File

@@ -62,7 +62,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-logs (uClibc)
path: build.log
path: ${{ inputs.submodule || '.' }}/build.log
- name: generate-graphs
run: |
@@ -146,7 +146,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-logs (musl)
path: build.log
path: ${{ inputs.submodule || '.' }}/build.log
- name: generate-graphs
run: |
@@ -222,7 +222,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-logs (uClibc static)
path: build.log
path: ${{ inputs.submodule || '.' }}/build.log
- uses: actions/upload-artifact@v3
with:
@@ -274,7 +274,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-logs (musl static)
path: build.log
path: ${{ inputs.submodule || '.' }}/build.log
- uses: actions/upload-artifact@v3