Skip to content

Commit 3071f1e

Browse files
committed
add foundry out
Signed-off-by: Faisal Usmani <faisal.of.usmani@gmail.com>
1 parent a7b1875 commit 3071f1e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
env:
4646
ARTIFACTS_PATHS: |
4747
typechain
48+
out
4849
steps:
4950
- name: Checkout repo
5051
uses: actions/checkout@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
NODE_VERSION: 22.18
2020
EVM_ARTIFACTS_PATHS: |
2121
typechain
22+
out
2223
SVM_ARTIFACTS_PATHS: |
2324
target/idl
2425
target/types

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/contracts",
3-
"version": "4.1.19-alpha.8",
3+
"version": "4.1.19-alpha.9",
44
"author": "UMA Team",
55
"license": "AGPL-3.0-only",
66
"repository": {

0 commit comments

Comments
 (0)