Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Sep 29, 2024
1 parent 04ce32c commit e2bb019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Patch csproj version and assembly version
run: |
$csproj_files = Get-ChildItem -Path '**/*.csproj'
$csproj_files = Get-ChildItem -Path '*.csproj'
$version = (Get-Content $csproj_files[0].FullName) -match '<Version>(\d+)\.(\d+)\.(\d+)</Version>' | Out-Null
$major = $matches[1]
$minor = $matches[2]
Expand Down

0 comments on commit e2bb019

Please sign in to comment.