We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986ec51 commit d11abe7Copy full SHA for d11abe7
scripts/build_codeql_bundle_dist.ps1
@@ -20,7 +20,7 @@ if (-not (Test-Path $DestinationDirectory)) {
20
}
21
22
# download a copy of the release from GitHub
23
-gh release download "v$Version" --repo https://github.com/rvermeulen/codeql-bundle -D $WorkDirectory -A zip
+gh release download "v$Version" --repo https://github.com/jsinglet/codeql-bundle -D $WorkDirectory -A zip
24
25
# extract the zip file
26
Expand-Archive -Path "$WorkDirectory\codeql-bundle-$Version.zip" -DestinationPath $WorkDirectory
0 commit comments