Skip to content

Commit 85f001c

Browse files
authored
ci: Update cache key for packages-build in CI workflow (RocketChat#40101)
1 parent b490ed5 commit 85f001c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
with:
186186
path: |
187187
/tmp/RocketChat-packages-build.tar.gz
188-
key: ${{ runner.arch }}-${{ runner.os }}-packages-build-${{ needs.release-versions.outputs.packages-build-cache-key }}
188+
key: ${{ runner.arch }}-${{ runner.os }}-packages-build-${{ needs.release-versions.outputs.source-hash }}
189189

190190
- name: Cache observability (packages-build)
191191
run: |

0 commit comments

Comments
 (0)