Merge remote-tracking branch 'origin/main' into 2026-06-20-versioned-… #198
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: copy-artifacts | |
| on: [push] | |
| jobs: | |
| copy-artifacts: | |
| # Shared reusable (rainix#201): build from committed sources and assert the | |
| # committed abi artifacts are still current. Includes Cachix substitution + | |
| # 8G GC cap. secrets: inherit carries CACHIX_AUTH_TOKEN. | |
| uses: rainlanguage/rainix/.github/workflows/rainix-copy-artifacts.yaml@main | |
| secrets: inherit |