Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Sep 29, 2024
1 parent d5cfe76 commit 6d1f62f
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 @@ -41,7 +41,7 @@ jobs:
- name: Update version
id: update_version
run: |
$version_file = "src/kasthack.binding.wf.csproj"
$version_file = "kasthack.binding.wf.csproj"
$current_version = (Select-String -Path $version_file -Pattern '<Version>(.*?)</Version>' | ForEach-Object { $_.Matches.Groups[1].Value })
Expand Down

0 comments on commit 6d1f62f

Please sign in to comment.