File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 5
5
description : ' The version of the Maven Daemon to install'
6
6
required : true
7
7
default : ' 0.9.0'
8
+ file-version-suffix :
9
+ description : ' A suffix to append to the version of the download file of Maven Daemon to install'
10
+ required : false
11
+ default : ' '
8
12
install-path :
9
13
description : ' The folder in which Maven Daemon will be installed as a sub-folder'
10
14
required : true
40
44
MVND_ARCHITECTURE="amd64"
41
45
echo "MVND_PLATFORM=${MVND_PLATFORM}" >> $GITHUB_ENV
42
46
echo "MVND_ARCHITECTURE=${MVND_ARCHITECTURE}" >> $GITHUB_ENV
43
- echo "MVND_NAME=maven-mvnd-${{ inputs.version }}-${MVND_PLATFORM}-${MVND_ARCHITECTURE}" >> $GITHUB_ENV
47
+ echo "MVND_NAME=maven-mvnd-${{ inputs.version }}${{ inputs.file-version-suffix }} -${MVND_PLATFORM}-${MVND_ARCHITECTURE}" >> $GITHUB_ENV
44
48
- name : Cache mvnd
45
49
if : inputs.cache == 'true'
46
50
id : cache-mvnd
Original file line number Diff line number Diff line change 49
49
id : install-mvnd
50
50
uses : ./.github/actions/install-mvnd
51
51
with :
52
- version : ' 0.9.0'
52
+ version : ' 1.0-m6'
53
+ file-version-suffix : ' -m40'
53
54
cache : ' true'
54
55
- name : Maven Build
55
56
timeout-minutes : 10
You can’t perform that action at this time.
0 commit comments