File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 33
33
body : |
34
34
### Help wanted with testing of the build **${{ env.build_version_full }}**
35
35
36
- It is available at the testing update site now: http://anb0s.github.io/EasyShell/testing
37
- Version: **EasyShell ${{ env.build_version_full }}**
36
+ It is available at the testing update site now: `http://anb0s.github.io/EasyShell/testing`
37
+ Exact version only site: `http://anb0s.github.io/EasyShell/testing/${{ env.build_version_path }}`
38
+ Version: `EasyShell ${{ env.build_version_full }}`
38
39
39
40
**Use "Help | Install New Software...", paste the link and select the right version!**
40
41
Original file line number Diff line number Diff line change 28
28
distribution : ' temurin'
29
29
cache : maven
30
30
- name : ' Build for platform: ${{ matrix.target-platform }}'
31
- run : ' mvn -Dtarget.platform=${{ matrix.target-platform }} -Dsite.dir=testing clean verify'
31
+ run : ' mvn -Dtarget.platform=${{ matrix.target-platform }} -Dsite.dir=testing clean verify'
32
32
- name : Assign build.version.properties to env variable
33
33
if : matrix.target-platform == env.DEFAULT_TARGET_PLATFORM
34
34
run : cat site/target/build.version.properties >> $GITHUB_ENV
Original file line number Diff line number Diff line change 27
27
- name : Create Pull Request
28
28
uses : peter-evans/create-pull-request@v3
29
29
with :
30
- commit-message : ' [${{ env.build_version_unqualified }}] testing build ${{ env.build_version_full }}'
31
- title : ' [${{ env.build_version_unqualified }}] testing of build ${{ env.build_version_full }}'
30
+ commit-message : ' [${{ env.build_version_major_minor }}] testing build ${{ env.build_version_full }}'
31
+ title : ' [${{ env.build_version_major_minor }}] testing of build ${{ env.build_version_full }}'
32
32
body : |
33
33
### Fixed issues
34
34
Original file line number Diff line number Diff line change 105
105
<echo file =" ${build.version.file}" append =" true" message =" build_version_milestone=${build.version.milestone}${line.separator}" />
106
106
107
107
<copy file =" ${parent.root.dir}/README.md" tofile =" ${site.parent.dir}/index.md" overwrite =" true" />
108
- <copy file =" ${build.version.file}" tofile =" $site.build.version.file}" overwrite =" true" />
108
+ <copy file =" ${build.version.file}" tofile =" ${ site.build.version.file}" overwrite =" true" />
109
109
</target >
110
110
111
111
<!-- = = = = = = = = = = = = = = = = =
You can’t perform that action at this time.
0 commit comments