We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3caf1 commit 6694a34Copy full SHA for 6694a34
.github/workflows/create_album_post.yaml
@@ -27,7 +27,7 @@ jobs:
27
path: |
28
~/.cabal/store
29
.github/scripts/pull_album_info/dist-newstyle
30
- key: haskell-cache-${{ runner.os }}-${{ hashFiles('.github/scripts/pull_album_info/') }}
+ key: haskell-cache-${{ runner.os }}-${{ hashFiles('.github/scripts/pull_album_info/**') }}
31
restore-keys: |
32
haskell-cache-${{ runner.os }}-
33
0 commit comments