Skip to content

Commit

Permalink
chore(ci/cd): improve build
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed Jan 29, 2025
1 parent bdbc6b5 commit 2776f2a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/lf-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,25 @@ jobs:
msi-windows:
runs-on: 'windows-latest'
needs:
- 'zip-windows'
- 'build-windows'
steps:

- name: 'Harden Runner'
uses: 'step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e' # v2.10.4
with:
egress-policy: 'audit'

- name: 'Add msbuild to PATH'
uses: 'microsoft/setup-msbuild@v2'

- name: 'Install WiX toolset'
run: 'dotnet tool install --global wix'

- name: 'Download all artifacts'
uses: 'actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16' # v4.1.8
with:
path: 'C:\artifacts'

- name: 'Prepare plugins for packaging'
shell: 'bash'
run: |
Expand Down

0 comments on commit 2776f2a

Please sign in to comment.