Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Oct 16, 2024
1 parent d755b8e commit 8b69b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source-vendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
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
git submodule foreach --quiet 'git ls-files | sed "s|^|$path/|"' >> files_to_include.txt
echo trying to include the following files:
cat files_to_include.txt
echo tar:
Expand Down

0 comments on commit 8b69b9b

Please sign in to comment.