chore: don't include src/ generated files in build

built from commit a77cf8264f
 dated 2026-04-02 23:49:40 +0200
 by Stéphane Lesimple (speed47_github@speed47.net)
This commit is contained in:
github-actions[bot]
2026-04-02 21:56:42 +00:00
parent 90a8a3057c
commit 1d00acbc9a
3 changed files with 2 additions and 107 deletions

View File

@@ -23,7 +23,6 @@ jobs:
run: |
make build fmt-check shellcheck
mv spectre-meltdown-checker.sh dist/
rm -rf src/
- name: check direct execution
run: |
expected=$(cat .github/workflows/expected_cve_count)
@@ -99,6 +98,7 @@ jobs:
git fetch origin ${{ github.ref_name }}-build
git checkout -f ${{ github.ref_name }}-build
mv $tmpdir/* .
rm -rf src/
mkdir -p .github
rsync -vaP --delete $tmpdir/.github/ .github/
git add --all