Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CennoxX authored Aug 12, 2024
1 parent 56176c1 commit 0c61a3c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,26 @@ jobs:
runs-on: windows-latest

steps:
- name: Checkout code
- name: Checkout code with submodules
uses: actions/checkout@v3
with:
submodules: true

- name: Set up .NET Framework
run: |
choco install dotnet4.6.2 --no-progress --ignore-checksums
shell: cmd

- name: Build KeePass submodule
run: |
msbuild KeePass2.x/KeePass/KeePass.csproj /p:Configuration=Release
shell: cmd

- name: Run the .bat file
run: |
.\CreatePlgx.bat
shell: cmd

- name: Archive the Release/QuickSearch.plgx file
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0c61a3c

Please sign in to comment.