From 817ae9d8ab45513086c217eaddb20d5512a27f4c Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Wed, 16 Oct 2024 10:47:26 +0200 Subject: [PATCH] WIP ls --- .github/workflows/source-vendor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/source-vendor.yml b/.github/workflows/source-vendor.yml index a6c9824946a..4b4524109eb 100644 --- a/.github/workflows/source-vendor.yml +++ b/.github/workflows/source-vendor.yml @@ -6,7 +6,7 @@ jobs: create-clean-tarball: runs-on: ubuntu-latest steps: - - name: Checkout repository with submodules + - name: Checkout Yosys uses: actions/checkout@v4 with: submodules: true @@ -14,8 +14,11 @@ jobs: - name: Create clean tarball run: | # List excludes .git etc + echo ls ls + echo ls abc ls abc + echo ls libs/cxxopts ls libs/cxxopts git ls-files > files_to_include.txt git submodule foreach --recursive 'git ls-files | sed "s|^|$path/|"' >> files_to_include.txt