Move cache save to runs.post and exit early (#60)
This commit is contained in:
@@ -22,5 +22,7 @@ outputs:
|
||||
cache-hit:
|
||||
description: If the version of Bun was cached.
|
||||
runs:
|
||||
using: node20
|
||||
main: dist/index.js
|
||||
using: "node20"
|
||||
main: "dist/setup/index.js"
|
||||
post: "dist/cache-save/index.js"
|
||||
post-if: success()
|
||||
|
||||
Reference in New Issue
Block a user