diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8d9738fe..6f8099e4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -300,8 +300,7 @@ jobs: with: name: 'river-node-${{ github.job }}' path: | - ./core/node/run_files/ - ./core/xchain/run_files/ + ./core/run_files/ !./core/**/bin/** Multinode: @@ -434,8 +433,7 @@ jobs: with: name: 'river-node-${{ github.job }}' path: | - ./core/node/run_files/ - ./core/xchain/run_files/ + ./core/run_files/ !./core/**/bin/** Client_Entitlements: @@ -574,8 +572,7 @@ jobs: with: name: 'river-node-${{ github.job }}' path: | - ./core/node/run_files/ - ./core/xchain/run_files/ + ./core/run_files/ !./core/**/bin/** Multinode_Ent: @@ -711,10 +708,8 @@ jobs: with: name: 'river-node-${{ github.job }}' path: | - ./core/node/run_files/ - ./core/xchain/run_files/ + ./core/run_files/ !./core/**/bin/** - Go_Tests: permissions: write-all if: github.event_name != 'workflow_dispatch' || !inputs.skip_go