From d755b8e06b949a9c86bb095c0c12fcab2aff83c4 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Wed, 16 Oct 2024 11:00:02 +0200 Subject: [PATCH] WIP ls --- .github/workflows/source-vendor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/source-vendor.yml b/.github/workflows/source-vendor.yml index faa7533188d..023d24dc98c 100644 --- a/.github/workflows/source-vendor.yml +++ b/.github/workflows/source-vendor.yml @@ -22,7 +22,9 @@ jobs: ls -a libs/cxxopts git ls-files > files_to_include.txt git submodule foreach --recursive 'git ls-files | sed "s|^|$path/|"' >> files_to_include.txt - + echo trying to include the following files: + cat files_to_include.txt + echo tar: # Create a gzipped tarball using the list of files tar -czf yosys-src-vendored.tar.gz -T files_to_include.txt - name: Upload tarball artifact