Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Dec 13, 2024
1 parent 7346c62 commit 854cd91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/generate-orbit-chains-data/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ runs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: orbitChainsData/json
name: orbitChainsData.json
path: 'src/Assets/'
continue-on-error: true
2 changes: 1 addition & 1 deletion .github/actions/restore-orbit-chains-data/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ runs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: orbitChainsData/json
name: orbitChainsData.json
path: 'src/Assets/'

0 comments on commit 854cd91

Please sign in to comment.