mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-12-06 15:58:10 +08:00
Convert to ESM and use rollup.
This commit is contained in:
committed by
Fabio Niephaus
parent
ebd520e252
commit
93a3b57d30
@@ -67,6 +67,6 @@ outputs:
|
||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: 'dist/main/index.js'
|
||||
post: 'dist/cleanup/index.js'
|
||||
main: 'dist/main.js'
|
||||
post: 'dist/cleanup.js'
|
||||
post-if: 'success()'
|
||||
|
||||
Reference in New Issue
Block a user