Skip to content

Commit

Permalink
Update trace behavior (masesgroup#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Sep 27, 2024
1 parent d1cdb8e commit 7e15703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generateclasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
shell: cmd
run: |
cd binReflector\net8.0
MASES.JNetReflector.exe -TraceLevel 1 -TraceTo .\JNetReflector.txt -DestinationRootPath ..\..\src\ -ConfigurationFile ..\..\src\configuration.json
MASES.JNetReflector.exe -TraceTo %GITHUB_WORKSPACE%\JNetReflector.txt -DestinationRootPath %GITHUB_WORKSPACE%\src\ -ConfigurationFile %GITHUB_WORKSPACE%\src\configuration.json
env:
JCOBRIDGE_LicensePath: ${{ secrets.JCOBRIDGE_ONLINE }}

Expand Down

0 comments on commit 7e15703

Please sign in to comment.