mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
Move cache save to runs.post and exit early (#60)
This commit is contained in:
parent
12944059f7
commit
0f37bd8169
6 changed files with 139 additions and 44 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue