This commit is contained in:
@@ -26,9 +26,18 @@ jobs:
|
||||
# if: always()
|
||||
# run: ninja coverage-html -C build
|
||||
|
||||
# - name: Upload Meson Logs
|
||||
# if: always()
|
||||
# uses: christopherHX/gitea-upload-artifact@v4
|
||||
# with:
|
||||
# name: meson-logs
|
||||
# path: build/meson-logs/
|
||||
- name: Upload Meson Logs
|
||||
if: always()
|
||||
uses: christopherHX/gitea-upload-artifact@v4
|
||||
# Local vendored actions/upload-artifact@v7.0.1 with isGhes() patched
|
||||
# to return false for Gitea Actions.
|
||||
uses: ./.gitea/actions/upload-artifact-v7-gitea
|
||||
with:
|
||||
name: meson-logs
|
||||
path: build/meson-logs/
|
||||
name: meson-log.txt
|
||||
path: build/meson-logs/meson-log.txt
|
||||
archive: false
|
||||
|
||||
Reference in New Issue
Block a user