Skip to content

Commit ea1884e

Browse files
authored
fix: Fix a nasty typo in l2-contracts CI (matter-labs#1637)
1 parent f1bc1a4 commit ea1884e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/l2-contracts-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: yarn
3535

36+
# In the future, we should simply take the artifacts that are built by l1-contracts.
3637
- name: Build l1 contracts
3738
working-directory: l1-contracts
3839
run: |
@@ -49,7 +50,7 @@ jobs:
4950
- name: Create cache
5051
uses: actions/cache/save@v3
5152
with:
52-
key: artifacts-l1-${{ github.sha }}
53+
key: artifacts-l2-${{ github.sha }}
5354
path: |
5455
l1-contracts/cache-forge
5556
l1-contracts/out

0 commit comments

Comments
 (0)