Skip to content

Commit

Permalink
Update build.yml and openhab.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hofmann <[email protected]>
  • Loading branch information
hoffe86 committed Feb 25, 2024
1 parent dacb3b6 commit e750f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
Set-Location ${{github.action_path}}/
$version = [System.Version]::Parse('${{inputs.build_number}}')
& ${{github.workspace}}/repo/.github/workflows/Set-Version.ps1 -SourceDirectory '${{github.workspace}}/repo/src/' -Major $version.Major -Minor $version.Minor -Build $version.Build -Revision 0 -SetVersion
& "${{github.workspace}}/.github/workflows/Set-Version.ps1" -SourceDirectory '${{github.workspace}}/repo/src/' -Major $version.Major -Minor $version.Minor -Build $version.Build -Revision 0 -SetVersion
- name: Setup NuGet.exe for use with actions
uses: NuGet/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/openhab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
build:
uses: ./.github/workflows/build.yml
name: Build App Package
needs: configure
with:
build_configuration: ${{needs.configure.outputs.buildConfiguration}}
Expand Down

0 comments on commit e750f60

Please sign in to comment.