Skip to content

Commit

Permalink
Merge branch 'net8efcore8' of https://github.com/pekspro/RadioStorm i…
Browse files Browse the repository at this point in the history
…nto net8efcore8
  • Loading branch information
pekspro committed Jul 27, 2024
2 parents 3c44ade + 17a51f1 commit d4faa5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Get Windows version
if: github.event.inputs.buildWindows == 'true'
id: windows_version
uses: mavrosxristoforos/get-xml-info@2
uses: mavrosxristoforos/get-xml-info@2.0
with:
xml-file: Source/Pekspro.RadioStorm.MAUI/Platforms/Windows/Package.appxmanifest
xpath: /*[local-name()='Package']/*[local-name()='Identity']/@Version
Expand Down Expand Up @@ -141,15 +141,15 @@ jobs:
- name: Get Android display version
id: android_display_version
if: github.event.inputs.buildAndroid == 'true'
uses: mavrosxristoforos/get-xml-info@2
uses: mavrosxristoforos/get-xml-info@2.0
with:
xml-file: Source/Pekspro.RadioStorm.MAUI/Pekspro.RadioStorm.MAUI.csproj
xpath: /Project/PropertyGroup/ApplicationDisplayVersion

- name: Get Android version
id: android_version
if: github.event.inputs.buildAndroid == 'true'
uses: mavrosxristoforos/get-xml-info@2
uses: mavrosxristoforos/get-xml-info@2.0
with:
xml-file: Source/Pekspro.RadioStorm.MAUI/Pekspro.RadioStorm.MAUI.csproj
xpath: /Project/PropertyGroup/ApplicationVersion
Expand Down

0 comments on commit d4faa5e

Please sign in to comment.