Skip to content

Commit bdb26da

Browse files
committed
Dir fix
1 parent 077f571 commit bdb26da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sol-validator-build-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Download CCIP artifacts
4747
run: |
4848
curl -L -H "Authorization: token ${{ secrets.GITHUB_TOKEN}}" -o artifact.zip ${{ inputs.ARTIFACT_DOWNLOAD_URL }}
49-
unzip artifact.zip -d /home/runner/work/chainlink-testing-framework/images/solana-validator/solana_artifacts
49+
unzip artifact.zip -d /home/runner/work/chainlink-testing-framework/chainlink-testing-framework/images/solana-validator/solana_artifacts
5050
5151
- name: Build and Push AMD64 Image
5252
uses: docker/build-push-action@v5
@@ -87,7 +87,7 @@ jobs:
8787
- name: Download CCIP artifacts
8888
run: |
8989
curl -L -H "Authorization: token ${{ secrets.GITHUB_TOKEN}}" -o artifact.zip ${{ inputs.ARTIFACT_DOWNLOAD_URL }}
90-
unzip artifact.zip -d /home/runner/work/chainlink-testing-framework/images/solana-validator/solana_artifacts
90+
unzip artifact.zip -d /home/runner/work/chainlink-testing-framework/chainlink-testing-framework/images/solana-validator/solana_artifacts
9191
9292
- name: Build and Push Arm64 Image
9393
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)