From d493207fcf151deaff688e1c008fa6404d9b2819 Mon Sep 17 00:00:00 2001 From: Pau RE Date: Sat, 6 Apr 2024 16:36:32 +0200 Subject: [PATCH] Clean source with deps workflow (#309) --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0861f9e..8055548 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,12 @@ jobs: - uses: actions/upload-artifact@v4 with: name: r2dec-${{env.R2V}}-src-with-deps.zip - path: . + path: | + . + !.git/ + !.github/ + !.ci-scripts/ + !subprojects/libquickjs/.git/ linux: runs-on: ubuntu-latest steps: