Skip to content

Commit

Permalink
Correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Dec 13, 2024
1 parent c176008 commit 2a48445
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 @@ -13,5 +13,5 @@ runs:
uses: actions/upload-artifact@v4
with:
name: orbitChainsData.json
path: 'src/Assets/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 @@ -8,4 +8,4 @@ runs:
uses: actions/download-artifact@v4
with:
name: orbitChainsData.json
path: 'src/Assets/orbitChainsData.json'
path: 'src/Assets/'

0 comments on commit 2a48445

Please sign in to comment.