Skip to content

Commit

Permalink
Release after Migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan committed Mar 23, 2024
1 parent ab55bfa commit 6c807ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: ${{ needs.changes.outputs.changes == 'true' }}
uses: andrewjswan/MPE/.github/workflows/codeql.yml@master
with:
build-path: WiFiRemote\Installer
build-path: Installer
needs:
- build
- changes
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Get Release Version Description
if: ${{ success() && needs.changes.outputs.changes == 'true' }}
run: |
call ..\..\MPE\XPath\xpath.cmd "update.xml" "//Items/PackageClass/GeneralInfo/VersionDescription" last > description.txt
call ..\MPE\XPath\xpath.cmd "update.xml" "//Items/PackageClass/GeneralInfo/VersionDescription" last > description.txt
working-directory: ${{ github.workspace }}\Installer
shell: cmd

Expand Down
2 changes: 1 addition & 1 deletion Installer/WifiRemoteInstaller.xmp2
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Click Next to continue or Cancel to exit Setup.</Value>
<Major>0</Major>
<Minor>8</Minor>
<Build>5</Build>
<Revision>272</Revision>
<Revision>0</Revision>
</Version>
<ExtensionDescription>WifiRemote is a process plugin for the popular opensource mediacenter software "MediaPortal".

Expand Down

0 comments on commit 6c807ff

Please sign in to comment.