Skip to content

Commit

Permalink
passing path of json to C#
Browse files Browse the repository at this point in the history
  • Loading branch information
jharajeev55 committed Apr 22, 2024
1 parent 593e617 commit 55b476c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,17 @@ jobs:
cd Json_parser
dotnet build --configuration Release
- name: Get Artifacts
uses: actions/download-artifact@v3
with:
name: generated-json
path: data/

- name: Run the binary with folder path
run: |
cd Json_parser
dotnet run
dotnet run -- "${{ github.workspace }}/data/"
release:
name: Release
Expand Down

0 comments on commit 55b476c

Please sign in to comment.