Skip to content

Commit

Permalink
adding downloading step
Browse files Browse the repository at this point in the history
  • Loading branch information
jharajeev55 committed Apr 22, 2024
1 parent c86fd1b commit 4ea6a9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ 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
Expand Down

0 comments on commit 4ea6a9f

Please sign in to comment.