Skip to content

add build CI to build artifacts #9

add build CI to build artifacts

add build CI to build artifacts #9

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- "main"
pull_request:
jobs:
build:
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-build.yaml@main"
release-artifacts:
needs: ["build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-release.yaml@main"
strategy:
matrix:
contract-name:
[
"SmartSession",
"ERC20SpendingLimitPolicy",
"SudoPolicy",
"UniActionPolicy",
]
with:
contract-name: ${{ matrix.contract-name }}
store-artifacts: true