Skip to content

Commit

Permalink
Update publish.yml and openhab.yml 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 1f077a6 commit 99154be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openhab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ jobs:
build_number: ${{needs.configure.outputs.buildNumber}}

publish_beta:
needs: build
uses: ./.github/workflows/publish.yml
needs: build
with:
environment: BETA
package_name: ""

publish_prod:
needs: publish_beta
uses: ./.github/workflows/publish.yml
needs: publish_beta
with:
environment: PROD
package_name: ""
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
artifact_directory:
type: string
description: 'Defines the output directory for the app package'
default: '${{github.workspace}}\packages\'
default: '${{github.workspace}}/packages/'

jobs:
deploy:
Expand Down

0 comments on commit 99154be

Please sign in to comment.