Skip to content

Commit

Permalink
Updating release layout of automated GitHub Action deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
svanteschubert committed Jan 1, 2022
1 parent 7c01808 commit b97af18
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
asset_name: Saxon-HE-accuracy-${{ env.release_version }}.jar
tag: v${{ env.release_version }} # <--- Use environment variables that was created earlier
overwrite: true
body: "This is a Saxon v${{ env.release_version }} release using decimal-based floating-point and offers half-up rounding as extension function.
body: "This is a Saxon v10.3 release using decimal-based floating-point and offers half-up rounding as an extension function.
The JAR might be called [Saxon via command-line](https://www.saxonica.com/html/documentation/using-xsl/commandline/).
For instance, in the root of the GitHub repository after executing a build via 'mvn clean install' the following might be executed by command line:</br>(here using Linux file paths from Linux)</br>
</br>
~~~ Java</br>
java -jar ./target/Saxon-HE-accuracy-10.5.jar -s:src/test/resources/xml/in.xml -xsl:src/test/resources/xsl/test.xsl -o:target/generated-sources/out.xml</br>
~~~ </br>
The JAR might be called as [Saxon via command-line](https://www.saxonica.com/html/documentation/using-xsl/commandline/).
For instance, in the root of the GitHub repository after executing a build via 'mvn clean install' the following might be executed by command line:</br>(here using Linux file paths from Linux)
~~~ Java
java -jar ./target/Saxon-HE-accuracy-10.5.jar -s:src/test/resources/xml/in.xml -xsl:src/test/resources/xsl/test.xsl -o:target/generated-sources/out.xml
~~~
"

0 comments on commit b97af18

Please sign in to comment.