Skip to content

Commit

Permalink
Update build workflow names
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 f596757 commit bb5bf7b
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 @@ -28,7 +28,7 @@ on:

jobs:
build:
name: 'Build openHAB Windows App'
name: 'Build App Package'
runs-on: windows-latest

steps:
Expand All @@ -42,7 +42,7 @@ jobs:
id: update-packageverion
shell: pwsh
run: |
Set-Location ${{github.action_path}}/
ls -l ${{github.workspace}}
$version = [System.Version]::Parse('${{inputs.build_number}}')
${{github.workspace}}\.github\workflows\scripts\Set-Version.ps1 -SourceDirectory '${{github.workspace}}/repo/src/' -Major $version.Major -Minor $version.Minor -Build $version.Build -Revision 0 -SetVersion
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openhab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
build:
uses: ./.github/workflows/build.yml
name: Build App Package
name: Build
needs: configure
with:
build_configuration: ${{needs.configure.outputs.buildConfiguration}}
Expand Down

0 comments on commit bb5bf7b

Please sign in to comment.