This commit is contained in:
@@ -16,10 +16,9 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: meson test -C build
|
run: meson test -C build
|
||||||
|
|
||||||
- name: Upload Logs
|
- name: Upload Meson Logs
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: christopherHX/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Meson Logs
|
name: meson-logs
|
||||||
path: \
|
path: build/meson-logs/
|
||||||
build/meson-logs/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user