[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Only include diffs in GH Actions artifacts (d3ab8b7c)

Marcel Fabian Krüger tex at 2krueger.de
Wed Jul 28 18:57:08 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/d3ab8b7c6c17608278961042b2c854b1124a0c72

>---------------------------------------------------------------

commit d3ab8b7c6c17608278961042b2c854b1124a0c72
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Wed Jul 28 18:56:38 2021 +0200

    Only include diffs in GH Actions artifacts


>---------------------------------------------------------------

d3ab8b7c6c17608278961042b2c854b1124a0c72
 .github/workflows/main.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 50946a3f..3a203882 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -188,7 +188,7 @@ jobs:
         uses: actions/upload-artifact at v2
         with:
           name: ${{ matrix.artifact_name }}
-          path: build/test*
+          path: build/test*/*.diff
           # Decide how long to keep the test output artifact:
           retention-days: 3
       # 2. If we succeed building documentation





More information about the latex3-commits mailing list.