Skip to content

Commit

Permalink
Enhance GitHub workflows by updating release job name and upgrading d…
Browse files Browse the repository at this point in the history
…ownload artifact action version

Signed-off-by: Christoph Hofmann <[email protected]>
  • Loading branch information
hoffe86 committed Dec 30, 2024
1 parent ce2d162 commit 720ed6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/openhab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
secrets: inherit

create_release:
name: Create Release
uses: ./.github/workflows/release.yml
needs:
- build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ on:

jobs:
release:
name: 'Creates an app release'
name: 'App release creation for ${{inputs.build_number}}'
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/releases/beta' || inputs.force_release == true
steps:
- name: Download a App Package from Build Artifacts
uses: actions/download-artifact@v2.0.8
uses: actions/download-artifact@v4
with:
name: app
path: '${{env.BuildDirectory}}'
Expand Down

0 comments on commit 720ed6b

Please sign in to comment.