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 c49c733 commit 7346c62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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: orbit-chains-data-${{ github.sha }}
path: 'src/Assets/orbitChainsData.json'
name: orbitChainsData/json
path: 'src/Assets/'
continue-on-error: true
4 changes: 2 additions & 2 deletions .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: orbit-chains-data-${{ github.sha }}
path: 'src/Assets/orbitChainsData.json'
name: orbitChainsData/json
path: 'src/Assets/'

0 comments on commit 7346c62

Please sign in to comment.