From e9d134f16c65f9c341b0595902f9ad9395decc15 Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Tue, 26 Dec 2023 22:59:06 +0100 Subject: [PATCH] asd --- .github/workflows/boxes.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/boxes.yml b/.github/workflows/boxes.yml index 04cb231..fa8fc91 100644 --- a/.github/workflows/boxes.yml +++ b/.github/workflows/boxes.yml @@ -109,13 +109,15 @@ jobs: find /bin /etc /home /opt -print > files1.txt find /usr -print > files2.txt find /clang32 /clang64 /mingw32 /mingw64 /ucrt64 -print > files3.txt - zip files.zip ls-root.txt files*.txt - name: TEMP upload artifacts uses: actions/upload-artifact@v3 with: name: files - path: files.zip + path: + - ls-root.txt + - files*.txt + - usr-include.zip retention-days: 2 - name: make win32