File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 body : |
3434 ### Help wanted with testing of the build **${{ env.build_version_full }}**
3535
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 }}`
3839
3940 **Use "Help | Install New Software...", paste the link and select the right version!**
4041
Original file line number Diff line number Diff line change 2828 distribution : ' temurin'
2929 cache : maven
3030 - 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'
3232 - name : Assign build.version.properties to env variable
3333 if : matrix.target-platform == env.DEFAULT_TARGET_PLATFORM
3434 run : cat site/target/build.version.properties >> $GITHUB_ENV
Original file line number Diff line number Diff line change 2727 - name : Create Pull Request
2828 uses : peter-evans/create-pull-request@v3
2929 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 }}'
3232 body : |
3333 ### Fixed issues
3434
Original file line number Diff line number Diff line change 105105 <echo file =" ${build.version.file}" append =" true" message =" build_version_milestone=${build.version.milestone}${line.separator}" />
106106
107107 <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" />
109109 </target >
110110
111111 <!-- = = = = = = = = = = = = = = = = =
You can’t perform that action at this time.
0 commit comments