Changed the case of the linux executable to fit with the new deployme… #73
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# download Lemontree.Automation on a runner and setup the license | |
name: setup-LemonTree.Automation Sample Workflow | |
on: | |
push: | |
jobs: | |
setup-LemonTree: | |
defaults: | |
run: | |
shell: pwsh | |
runs-on: [windows-latest] | |
timeout-minutes: 15 | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
lfs: true | |
fetch-depth: 0 | |
- name: GetLTA | |
uses: LieberLieber/setup-LemonTree.Automation@v6 | |
id: GetLTA | |
with: | |
License: ${{secrets.LTALICENSE}} | |
#ExeLocation &"${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}" | |
# first simple use of LemonTree.Automation | |
- name: ConsistencyCheck | |
run: | | |
&"${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}" ConsistencyCheck --Model "model.qeax" |