We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721ab9f commit c062478Copy full SHA for c062478
.github/workflows/codeql-packs.yml
@@ -47,8 +47,9 @@ jobs:
47
- name: "Build and Publish CodeQL Packs"
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
+ PACKS: ${{ matrix.packs }}
51
run: |
- PACK_PATH="${{ matrix.packs }}/qlpack.yml"
52
+ PACK_PATH="${PACKS}/qlpack.yml"
53
CURRENT_VERSION=$(grep version $PACK_PATH | awk '{print $2}')
54
PACK_FULLNAME=$(cat $PACK_PATH | grep "name:" | awk '{print $2}')
55
PACK_NAME=$(echo $PACK_FULLNAME | awk -F '/' '{print $2}')
0 commit comments