Skip to content

Commit

Permalink
Trying further fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
san-est committed Jun 15, 2024
1 parent a5bfd8b commit 9d05394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hardhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Copy over hardhat files to running container
run: |
docker exec devnet mkdir -p /workspace/hardhat
docker cp ${{ github.workspace }}/hardhat devnet:/workspace/hardhat
docker cp ${{ github.workspace }}/hardhat devnet:/workspace/
docker exec devnet ls /workspace/hardhat
docker exec devnet ls -l /workspace/hardhat
docker exec devnet ls -l /workspace
Expand Down

0 comments on commit 9d05394

Please sign in to comment.