Skip to content

Commit eb6c288

Browse files
committed
cleanup pack in QL-for-QL
1 parent 803e079 commit eb6c288

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ql-for-ql-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
"${CODEQL}" pack create
4141
cd .codeql/pack/codeql/ql/0.0.0
4242
zip "${PACKZIP}" -r .
43+
rm -rf *
4344
env:
4445
CODEQL: ${{ steps.find-codeql.outputs.codeql-path }}
4546
PACKZIP: ${{ runner.temp }}/query-pack.zip
@@ -117,6 +118,7 @@ jobs:
117118
fi
118119
cd pack
119120
zip -rq ../codeql-ql.zip .
121+
rm -rf *
120122
- uses: actions/upload-artifact@v3
121123
with:
122124
name: codeql-ql-pack

0 commit comments

Comments
 (0)