Skip to content

Commit

Permalink
fix var
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Nov 3, 2024
1 parent bb3fdfe commit fda828a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
dotnet-version: 9.0.x

- name: Build the app
run: dotnet build --configuration $env:Configuration -p:Version=$(MAJOR_MINOR_VERSION);FileVersion=$(MAJOR_MINOR_VERSION)
run: dotnet build --configuration $env:Configuration -p:Version=$(VERSION);FileVersion=$(VERSION)
env:
Configuration: ${{ matrix.configuration }}

Expand Down

0 comments on commit fda828a

Please sign in to comment.