Skip to content

Commit

Permalink
Update build and openhab workflows
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 aef7c66 commit dacb3b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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}}/repo/.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
7 changes: 4 additions & 3 deletions .github/workflows/openhab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ on:
inputs:
BuildConfiguration:
description: 'Specifices if a release or debug package should be created.'
type: choice
options: ['release', 'debug']
default: 'release'
required: false
IsBetaRelease:
description: 'Specifices if a beta release should be created.'
default: 'false'
required: false
type: 'boolean'
default: false

jobs:
configure:
Expand Down

0 comments on commit dacb3b6

Please sign in to comment.