This commit is contained in:
@@ -26,9 +26,22 @@ 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
|
||||
uses: actions/upload-artifact@v7
|
||||
env:
|
||||
# actions/upload-artifact treats any non-github.com GITHUB_SERVER_URL as
|
||||
# GHES via isGhes(), then rejects/uses the wrong path. Gitea provides
|
||||
# the artifact runtime through ACTIONS_RUNTIME_* env vars, so only spoof
|
||||
# this value for the action's GitHub/GHES detection.
|
||||
GITHUB_SERVER_URL: https://github.com
|
||||
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