Skip to content

Commit

Permalink
Fix release files path in e2e gha
Browse files Browse the repository at this point in the history
  • Loading branch information
fractasy committed Aug 5, 2024
1 parent 52b0a96 commit 7684973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prover_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: remove old proofs
run: rm -rf runtime/output/*
- name: list gha config files
run: ls /home/gha/v7.0.0-rc.14-fork.10/config/
run: ls /home/gha/v8.0.0-rc.1-fork.12/config/
- name: link files
run: ln -s /home/gha/v7.0.0-rc.14-fork.10/config/ config
run: ln -s /home/gha/v8.0.0-rc.1-fork.12/config/ config
- name: list local config files
run: ls config
- name: run collection native tests
Expand Down

0 comments on commit 7684973

Please sign in to comment.