Skip to content

Commit

Permalink
fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
jharajeev55 committed Apr 22, 2024
1 parent 150a383 commit af13728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
dotnet build --configuration Release
- name: Run the binary with folder path
run: dotnet run --project jsonToLuaParser -- "$(folder_path)"
env:
folder_path: ""
run: |
cd Json_parser
dotnet run --project jsonToLuaParser
release:
name: Release
Expand Down

0 comments on commit af13728

Please sign in to comment.