Skip to content

Commit

Permalink
Fix version check
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMacocian committed Oct 26, 2023
1 parent 6a1331e commit cafc7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: cmake -S . -B build -A Win32

- name: Build Daybreak project
run: dotnet build Daybreak -c $env:Configuration
run: dotnet build Daybreak -c $env:Configuration --property:SolutionDir=$env:GITHUB_WORKSPACE

- name: Set version variable
run: |
Expand Down

0 comments on commit cafc7f5

Please sign in to comment.