We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b748fe9 commit f6f7fb8Copy full SHA for f6f7fb8
.github/workflows/config.yml
@@ -16,7 +16,7 @@ concurrency:
16
env:
17
# Increment these to force cache rebuilding
18
SYSTEM_CONTRACTS_CACHE_VERSION: 3
19
- CHECKOUT_MONOREPO_CACHE_VERSION: 5
+ CHECKOUT_MONOREPO_CACHE_VERSION: 6
20
GO_VERSION: '1.17.5'
21
# Location where compiled system contracts are stored under the root of this
22
# repo.
@@ -77,6 +77,7 @@ jobs:
77
yarn build
78
cd packages/protocol
79
yarn run build:sol
80
+ cp build/contracts-mento/* build/contracts/ # Include mento contracts
81
- name: Upload built system contracts
82
if: always()
83
uses: actions/upload-artifact@v3
0 commit comments