Skip to content

Commit

Permalink
fixing copy path in posdao tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matilote committed Nov 24, 2021
1 parent 796edf7 commit 2d3a81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-posdao-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
mkdir bin
cd src/Nethermind
dotnet build Nethermind.sln -c Release
cp -r Nethermind.Runner/bin/Release/net5.0/* /home/runner/work/nethermind/nethermind/nethermind/bin/
cp -r Nethermind.Runner/bin/Release/net6.0/* /home/runner/work/nethermind/nethermind/nethermind/bin/
- name: Setup the Node.js
uses: actions/setup-node@v1.4.4
with:
Expand Down

0 comments on commit 2d3a81d

Please sign in to comment.