Skip to content

Commit

Permalink
unzip artificts
Browse files Browse the repository at this point in the history
  • Loading branch information
jharajeev55 committed Apr 22, 2024
1 parent 2809d72 commit 5c39709
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,13 @@ jobs:
with:
name: generated-json

- name: Unzip artifacts
run: unzip data/generated-json.zip -d data/

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

0 comments on commit 5c39709

Please sign in to comment.