Skip to content

Commit

Permalink
chore(ci/cd): improve build
Browse files Browse the repository at this point in the history
  • Loading branch information
NavidSassan committed Jan 30, 2025
1 parent 5d00fc6 commit 713f4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lf-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build-windows-get-list:
runs-on: 'ubuntu-latest'
outputs:
monitoring_plugin_list_json: '${{ steps.save-json.outputs.monitoring_plugin_list_json}}'
monitoring_plugin_list_json: '${{ steps.save-json.outputs.monitoring_plugin_list_json }}'
steps:

- name: 'Harden Runner'
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
--standalone
--mingw64
--include-plugin-directory="${{ github.workspace }}\lib"
${{ github.workspace }}\monitoring-plugins\check-plugins\${{ matrix.check }}\${{ matrix.check}}
${{ github.workspace }}\monitoring-plugins\check-plugins\${{ matrix.check }}\${{ matrix.check }}
- name: 'Upload build output as artifact for zipping'
uses: 'actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08' # v4.6.0
Expand Down

0 comments on commit 713f4df

Please sign in to comment.