This commit is contained in:
@@ -26,9 +26,24 @@ jobs:
|
||||
# if: always()
|
||||
# run: ninja coverage-html -C build
|
||||
|
||||
- name: Upload Meson Logs
|
||||
- name: Upload meson-log.txt
|
||||
if: always()
|
||||
uses: christopherHX/gitea-upload-artifact@v4
|
||||
uses: https://git.neosisyphus.com/mo7sen/upload-artifact-gitea@v7
|
||||
with:
|
||||
name: meson-logs
|
||||
path: build/meson-logs/
|
||||
name: meson-log.txt
|
||||
path: build/meson-logs/meson-log.txt
|
||||
archive: false
|
||||
- name: Upload meson-setup.txt
|
||||
if: always()
|
||||
uses: https://git.neosisyphus.com/mo7sen/upload-artifact-gitea@v7
|
||||
with:
|
||||
name: meson-setup.txt
|
||||
path: build/meson-logs/meson-setup.txt
|
||||
archive: false
|
||||
- name: Upload testlog.txt
|
||||
if: always()
|
||||
uses: https://git.neosisyphus.com/mo7sen/upload-artifact-gitea@v7
|
||||
with:
|
||||
name: testlog.txt
|
||||
path: build/meson-logs/testlog.txt
|
||||
archive: false
|
||||
|
||||
Reference in New Issue
Block a user