Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandeep-Sampath authored Nov 22, 2023
1 parent 19fda9b commit 6846995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
# BuildSpec operation to build the exe and upload the artifact to Github remote
- name: BuildSpec
if: steps.MassCompile == 'success'
run: LabVIEWCLI -OperationName ExecuteBuildSpec -ProjectPath "C:\actions-runner\_work\image-harvest\Aayvu-CT.lvproj" -TargetName "My Computer" -BuildSpecName "Aayvu-CT-CI"
run: LabVIEWCLI -OperationName ExecuteBuildSpec -ProjectPath "C:\actions-runner\_work\image-harvest\Aayvu-CT.lvproj" -TargetName "My Computer" -BuildSpecName "Aayvu-CT"
- name: Build a Log
uses: actions/[email protected]
with:
# Artifact name
name: BuildSpec
# A file, directory or wildcard pattern that describes what to upload
path: E:\SourceCodes\builds\Aayvu-CT-CI
path: C:\actions-runner\builds

0 comments on commit 6846995

Please sign in to comment.