diff --git a/.github/workflows/foundry-storage-check.yml b/.github/workflows/foundry-storage-check.yml index ded4b55..c904cfa 100644 --- a/.github/workflows/foundry-storage-check.yml +++ b/.github/workflows/foundry-storage-check.yml @@ -27,4 +27,5 @@ jobs: - name: Check storage layout uses: Rubilmax/foundry-storage-check@v3.3 with: - contract: contracts/Example.sol:Example + contract: Example.sol:Example + workingDirectory: contracts/ # optional, could be replaced with `contracts/Example.sol:Example` in the line above