Skip to content

Commit

Permalink
fixed window workflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanPhilippeKernel committed Aug 19, 2024
1 parent 69aaf21 commit 92256d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
buildConfiguration: [Debug, Release]
uses: ./.github/workflows/templates/job-cmakebuild-windows.yml
uses: .github/workflows/templates/job-cmakebuild-windows.yml
with:
configuration: ${{matrix.buildConfiguration}}

Expand All @@ -16,10 +16,10 @@ jobs:
strategy:
matrix:
testConfiguration: [Debug, Release]
uses: ./.github/workflows/templates/job-test-windows.yml
uses: .github/workflows/templates/job-test-windows.yml
with:
configuration: ${{matrix.testConfiguration}}

deploy:
needs: test
uses: ./.github/workflows/templates/job-deploy-windows.yml
uses: .github/workflows/templates/job-deploy-windows.yml

0 comments on commit 92256d6

Please sign in to comment.