We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3679592 commit 2c9f7f8Copy full SHA for 2c9f7f8
1 file changed
.github/workflows/release.yml
@@ -46,6 +46,8 @@ jobs:
46
BUILD_TAG: ${{ matrix.BUILD_TAG }}
47
steps:
48
- uses: spatial-model-editor/setup-ci@2025.05.09
49
+ with:
50
+ cache_id: ${{ matrix.BUILD_TAG }}
51
- uses: actions/checkout@v4
52
- name: Build script
53
run: ./build.sh
0 commit comments