Skip to content

Commit 6694a34

Browse files
hotfix: fix create post pipeline
Signed-off-by: Tsung-Ju Lii <[email protected]>
1 parent 2d3caf1 commit 6694a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_album_post.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
path: |
2828
~/.cabal/store
2929
.github/scripts/pull_album_info/dist-newstyle
30-
key: haskell-cache-${{ runner.os }}-${{ hashFiles('.github/scripts/pull_album_info/') }}
30+
key: haskell-cache-${{ runner.os }}-${{ hashFiles('.github/scripts/pull_album_info/**') }}
3131
restore-keys: |
3232
haskell-cache-${{ runner.os }}-
3333

0 commit comments

Comments
 (0)