Skip to content

Commit

Permalink
WIP ls
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Oct 16, 2024
1 parent 817ae9d commit 3132158
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/source-vendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ 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
echo ls -a
ls -a
echo ls -a abc
ls -a abc
echo ls -a libs/cxxopts
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
Expand Down

0 comments on commit 3132158

Please sign in to comment.