Skip to content

Commit

Permalink
Merge pull request #2 from billogram/always-upload-cache
Browse files Browse the repository at this point in the history
Always upload cache
  • Loading branch information
cstruct authored Sep 29, 2022
2 parents 47060b2 + 448eca2 commit 9c5fbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
using: 'node16'
main: 'dist/restore/index.js'
post: 'dist/save/index.js'
post-if: 'success()'
post-if: 'always()'
branding:
icon: 'archive'
color: 'gray-dark'

0 comments on commit 9c5fbd9

Please sign in to comment.