Skip to content

Commit 22ff679

Browse files
ci: Fix execution environment build
1 parent e8a6f38 commit 22ff679

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-environment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
uses: MetaMask/action-checkout-and-setup@v1
2424
with:
2525
is-high-risk-environment: true
26+
- name: Restore build artifacts
27+
uses: actions/download-artifact@v4
28+
with:
29+
name: publish-release-artifacts-${{ github.sha }}
2630
- run: yarn build:lavamoat
2731
- name: configure AWS credentials
2832
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef

0 commit comments

Comments
 (0)