Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf1805 commit 8e1f2e6Copy full SHA for 8e1f2e6
1 file changed
.github/workflows/build.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Build Query Pack
82
run: |
83
codeql/codeql pack create ql/src --output target/packs
84
- PACK_FOLDER=$(readlink -f target/packs/github_codeql-ruby_*)
+ PACK_FOLDER=$(readlink -f target/packs/github/codeql-ruby/*)
85
cp -r ql/src/codeql-suites "${PACK_FOLDER}"/
86
(cd ql/src; find queries \( -name '*.rb' -o -name '*.erb' \) -exec cp "{}" "${PACK_FOLDER}/{}" \;)
87
- name: Compile with previous CodeQL versions
0 commit comments