Skip to content

Commit 9c5fbd9

Browse files
authored
Merge pull request #2 from billogram/always-upload-cache
Always upload cache
2 parents 47060b2 + 448eca2 commit 9c5fbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
using: 'node16'
2222
main: 'dist/restore/index.js'
2323
post: 'dist/save/index.js'
24-
post-if: 'success()'
24+
post-if: 'always()'
2525
branding:
2626
icon: 'archive'
2727
color: 'gray-dark'

0 commit comments

Comments
 (0)