diff --git a/.github/workflows/generate-token-lists.yml b/.github/workflows/generate-token-lists.yml index 300941cf..bd5838d7 100644 --- a/.github/workflows/generate-token-lists.yml +++ b/.github/workflows/generate-token-lists.yml @@ -58,13 +58,14 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v3 - - uses: ./.github/actions/restore-orbit-chains-data - uses: ./.github/actions/restore-cache # - uses: ./.github/actions/generate-orbit-chains-data + - uses: ./.github/actions/restore-orbit-chains-data - id: set-matrix run: | + ls src/Assets/ echo "matrix=$(npx ts-node .github/scripts/generateMatrix.ts)" >> $GITHUB_OUTPUT generate-token-lists: