Move cache save to runs.post

This commit is contained in:
andyexeter 2024-02-15 15:56:48 +00:00
parent 12944059f7
commit f32d88462b
7 changed files with 289 additions and 82 deletions

View file

@ -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()