mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Fix workflow
This commit is contained in:
4
.github/actions/cache/action.yml
vendored
4
.github/actions/cache/action.yml
vendored
@@ -22,6 +22,6 @@ outputs:
|
||||
|
||||
runs:
|
||||
using: node20
|
||||
main: dist/restore/action.mjs
|
||||
post: dist/save/action.mjs
|
||||
main: dist/restore/action.js
|
||||
post: dist/save/action.js
|
||||
post-if: success() || github.event.inputs.save-always
|
||||
|
||||
2
.github/actions/cache/restore/action.yml
vendored
2
.github/actions/cache/restore/action.yml
vendored
@@ -22,4 +22,4 @@ outputs:
|
||||
|
||||
runs:
|
||||
using: node20
|
||||
main: ../dist/restore/action.mjs
|
||||
main: ../dist/restore/action.js
|
||||
|
||||
2
.github/actions/cache/save/action.yml
vendored
2
.github/actions/cache/save/action.yml
vendored
@@ -11,4 +11,4 @@ inputs:
|
||||
|
||||
runs:
|
||||
using: node20
|
||||
main: ../dist/save/action.mjs
|
||||
main: ../dist/save/action.js
|
||||
|
||||
Reference in New Issue
Block a user