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 f1bff93 commit e1ffb32Copy full SHA for e1ffb32
csharp/actions/create-extractor-pack/action.yml
@@ -17,7 +17,7 @@ runs:
17
run: |
18
CODEQL_PATH=$(gh codeql version --format=json | jq -r .unpackedLocation)
19
# The legacy ASP extractor is not in this repo, so take the one from the nightly build
20
- mv "$CODEQL_PATH/csharp/tools/extractor-asp.jar" "${{ github.workspace }}/csharp/extractor-pack/tools"
+ mv "$CODEQL_PATH/csharp/tools/extractor-asp.jar" "$GITHUB_WORKSPACE/csharp/extractor-pack/tools"
21
# Safe guard against using the bundled extractor
22
rm -rf "$CODEQL_PATH/csharp"
23
env:
0 commit comments