phpcs and phpstan dont put in artifacts directory

This commit is contained in:
bs
2026-01-23 01:45:23 -08:00
parent 81a8ecaf73
commit 7c04a5b2e7
+2 -3
View File
@@ -132,15 +132,14 @@ jobs:
- name: Run phpcs
run: composer cs-check > phpcs.errors
- run: mkdir -p artifacts
- uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with:
name: phpstan
path: artifacts/phpstan.errors
path: phpstan.errors
- uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with:
name: phpcs
path: artifacts/phpcs.errors
path: phpcs.errors