Skip to content

Commit c062478

Browse files
authored
fix(ci): Update codeql-packs
1 parent 721ab9f commit c062478

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-packs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
- name: "Build and Publish CodeQL Packs"
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
PACKS: ${{ matrix.packs }}
5051
run: |
51-
PACK_PATH="${{ matrix.packs }}/qlpack.yml"
52+
PACK_PATH="${PACKS}/qlpack.yml"
5253
CURRENT_VERSION=$(grep version $PACK_PATH | awk '{print $2}')
5354
PACK_FULLNAME=$(cat $PACK_PATH | grep "name:" | awk '{print $2}')
5455
PACK_NAME=$(echo $PACK_FULLNAME | awk -F '/' '{print $2}')

0 commit comments

Comments
 (0)