Skip to content

Commit

Permalink
reworked files
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanPhilippeKernel committed Aug 19, 2024
1 parent 5cba53b commit c48740e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
buildConfiguration: [Debug, Release]
uses: .github/workflows/templates/job-cmakebuild-windows.yml@v${{inputs.version_file}}
uses: .github/workflows/job-cmakebuild-windows.yml@v${{inputs.version_file}}
with:
configuration: ${{matrix.buildConfiguration}}

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

deploy:
needs: test
uses: .github/workflows/templates/job-deploy-windows.yml@v${{inputs.version_file}}
uses: .github/workflows/job-deploy-windows.yml@v${{inputs.version_file}}

0 comments on commit c48740e

Please sign in to comment.