mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-03-14 15:00:10 +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-musl: ${{ inputs.native-image-musl }}
|
||||||
native-image-job-reports: ${{ inputs.native-image-job-reports }}
|
native-image-job-reports: ${{ inputs.native-image-job-reports }}
|
||||||
native-image-pr-reports: ${{ inputs.native-image-pr-reports }}
|
native-image-pr-reports: ${{ inputs.native-image-pr-reports }}
|
||||||
mvn-settings-path: ${{ inputs.mvn-settings-path }}
|
|
||||||
- name: 'Install Java Development Kit'
|
- name: 'Install Java Development Kit'
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: ${{ inputs.java-version }}
|
java-version: ${{ inputs.java-version }}
|
||||||
distribution: jdkfile
|
distribution: 'jdkfile'
|
||||||
jdkFile: ${{ steps.graalvm.outputs.archive }}
|
jdkFile: ${{ steps.graalvm.outputs.archive }}
|
||||||
cache: ${{ inputs.cache }}
|
cache: ${{ inputs.cache }}
|
||||||
settings-path: ${{ inputs.mvn-settings-path }}
|
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.'
|
description: 'Post a comment containing a Native Image build report on pull requests.'
|
||||||
default: 'false'
|
default: 'false'
|
||||||
outputs:
|
outputs:
|
||||||
|
archive:
|
||||||
|
description: 'The path to the downloaded JDK archive file'
|
||||||
|
value: ${{ steps.download.outputs.archive }}
|
||||||
cache-hit:
|
cache-hit:
|
||||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||||
runs:
|
runs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user