Skip to content

Commit 2c9f7f8

Browse files
committed
add build tag to cache id to avoid duplicate cache ids
1 parent 3679592 commit 2c9f7f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
BUILD_TAG: ${{ matrix.BUILD_TAG }}
4747
steps:
4848
- uses: spatial-model-editor/[email protected]
49+
with:
50+
cache_id: ${{ matrix.BUILD_TAG }}
4951
- uses: actions/checkout@v4
5052
- name: Build script
5153
run: ./build.sh

0 commit comments

Comments
 (0)