mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-03-13 14:30:15 +08:00
Expose archive as output.
This commit is contained in:
parent
fdc358a29f
commit
fbe0d59045
@ -66,12 +66,11 @@ runs:
|
||||
native-image-musl: ${{ inputs.native-image-musl }}
|
||||
native-image-job-reports: ${{ inputs.native-image-job-reports }}
|
||||
native-image-pr-reports: ${{ inputs.native-image-pr-reports }}
|
||||
mvn-settings-path: ${{ inputs.mvn-settings-path }}
|
||||
- name: 'Install Java Development Kit'
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: ${{ inputs.java-version }}
|
||||
distribution: jdkfile
|
||||
distribution: 'jdkfile'
|
||||
jdkFile: ${{ steps.graalvm.outputs.archive }}
|
||||
cache: ${{ inputs.cache }}
|
||||
settings-path: ${{ inputs.mvn-settings-path }}
|
||||
|
3
dist/action.yml
generated
vendored
3
dist/action.yml
generated
vendored
@ -46,6 +46,9 @@ inputs:
|
||||
description: 'Post a comment containing a Native Image build report on pull requests.'
|
||||
default: 'false'
|
||||
outputs:
|
||||
archive:
|
||||
description: 'The path to the downloaded JDK archive file'
|
||||
value: ${{ steps.download.outputs.archive }}
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||
runs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user