mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Use sub-directory for 'setup-gradle' dist
To prepare for converting the 'dependency-submission' action into Typescript, we move the 'setup-gradle' entry points and outputs into a sub-directory.
This commit is contained in:
@@ -143,8 +143,8 @@ outputs:
|
||||
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: '../dist/main/index.js'
|
||||
post: '../dist/post/index.js'
|
||||
main: '../dist/setup-gradle/main/index.js'
|
||||
post: '../dist/setup-gradle/post/index.js'
|
||||
|
||||
branding:
|
||||
icon: 'box'
|
||||
|
||||
Reference in New Issue
Block a user