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 d03f035 commit caea605
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 745 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/codeql.yml

This file was deleted.

101 changes: 0 additions & 101 deletions .github/workflows/extra-builds.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/prepare-docs.yml

This file was deleted.

7 changes: 5 additions & 2 deletions .github/workflows/source-vendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository with submodules
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
submodules: true

- name: Create clean tarball
run: |
# List excludes .git etc
ls
ls abc
ls 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
Loading

0 comments on commit caea605

Please sign in to comment.