This issue documents what seems to be happening.
We're invoking the verify-build step with keypair: ${{ env.DEPLOYER_KEYPAIR }}, however, we're getting error Failed to load keypair from path '/home/runner/.config/solana/id.json'. It seems that the build step is falling back to using the default path set by solana config set rather than the provided keypair.
This issue documents what seems to be happening.
We're invoking the
verify-buildstep withkeypair: ${{ env.DEPLOYER_KEYPAIR }}, however, we're getting errorFailed to load keypair from path '/home/runner/.config/solana/id.json'. It seems that the build step is falling back to using the default path set bysolana config setrather than the provided keypair.