Skip to content

Commit

Permalink
Update build_codeql_bundle_dist.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinglet authored Feb 16, 2024
1 parent 986ec51 commit d11abe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_codeql_bundle_dist.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (-not (Test-Path $DestinationDirectory)) {
}

# download a copy of the release from GitHub
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

# extract the zip file
Expand-Archive -Path "$WorkDirectory\codeql-bundle-$Version.zip" -DestinationPath $WorkDirectory
Expand Down

0 comments on commit d11abe7

Please sign in to comment.