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 3132158 commit d755b8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/source-vendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d755b8e

Please sign in to comment.