Fix version getting

This commit is contained in:
Ryan Luu 2024-11-01 19:44:25 +00:00 committed by GitHub
parent a4bd88dc0c
commit 74733e8d9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
- name: Read Bloxstrap version from .csproj
id: read-version
run: |
version=$(grep -oPm1 "(?<=<Version>)[^<]+" Bloxstrap.csproj)
version=$(grep -oPm1 "(?<=<Version>)[^<]+" Bloxstrap/Bloxstrap.csproj)
echo "::set-output name=version::$version"
- name: Check issue body for Bloxstrap version