diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 4619130..93d9256 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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/upload-artifact@v3.1.2 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