Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Feb 20, 2024
1 parent 13bef6b commit 5b86b1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-onewarestudio-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- uses: mavrosxristoforos/[email protected]
name: Get Version
id: get-oneware-version
with:
xml-file: './build/props/Base.props'
xpath: '/Project/PropertyGroup/Version/text()'
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand All @@ -20,12 +26,6 @@ jobs:
run: dotnet tool install --global wix
- name: Publish
run: dotnet build ./studio/OneWare.Studio.Desktop.WindowsInstaller/OneWare.Studio.Desktop.WindowsInstaller.wixproj -c Release -r win-x64 -o ./out
- uses: mavrosxristoforos/[email protected]
name: Get Version
id: get-oneware-version
with:
xml-file: './build/props/Base.props'
xpath: '/Project/PropertyGroup/Version/text()'
- name: Sign Installer (SKIP)
run: echo "test"
- uses: joutvhu/ftp-transfer@v1
Expand Down

0 comments on commit 5b86b1e

Please sign in to comment.