Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Dec 13, 2024
1 parent 2812bd5 commit b4a77e0
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: orbit-chains-data-${{ github.sha }}
path: 'src/Assets/orbitChainsData.json'
path: 'src/orbitChainsData.json'
continue-on-error: true
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: ./.github/actions/restore-orbit-chains-data

- name: debug
run: ls src/Assets
run: ls -l src/Assets

- name: Check formatting with Prettier
run: yarn prettier:check
Expand Down

0 comments on commit b4a77e0

Please sign in to comment.