Skip to content

Commit

Permalink
fixing artificts path
Browse files Browse the repository at this point in the history
  • Loading branch information
jharajeev55 committed Apr 22, 2024
1 parent 259dd03 commit 56b0e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: generated-json
path: data/
path: data

json-to-lua:
name: generate lua form json
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: generated-json
path: ${{ github.workspace }}/data/
path: data

- name: Run the binary with folder path
run: |
Expand Down

0 comments on commit 56b0e39

Please sign in to comment.