Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e1f2e6

Browse files
committed
try fixing build.yml
1 parent dbf1805 commit 8e1f2e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Build Query Pack
8282
run: |
8383
codeql/codeql pack create ql/src --output target/packs
84-
PACK_FOLDER=$(readlink -f target/packs/github_codeql-ruby_*)
84+
PACK_FOLDER=$(readlink -f target/packs/github/codeql-ruby/*)
8585
cp -r ql/src/codeql-suites "${PACK_FOLDER}"/
8686
(cd ql/src; find queries \( -name '*.rb' -o -name '*.erb' \) -exec cp "{}" "${PACK_FOLDER}/{}" \;)
8787
- name: Compile with previous CodeQL versions

0 commit comments

Comments
 (0)