Skip to content

Commit

Permalink
Enhance build configuration to support multiple platforms and add fil…
Browse files Browse the repository at this point in the history
…e structure display in release workflow

Signed-off-by: Christoph Hofmann <[email protected]>
  • Loading branch information
hoffe86 committed Dec 30, 2024
1 parent 780c9a5 commit 0c6b464
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openhab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
Write-Host "Set build configuration to debug"
Write-Output "BuildConfiguration=debug" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
Write-Output "BundlePlatforms=x86" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
Write-Output "BundlePlatforms=x86|x64|ARM" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
}
- name: Set build number and release name
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
name: app
path: '${{env.BuildDirectory}}'

- name: Display structure of downloaded files
run: ls -la
working-directory: '${{env.BuildDirectory}}'

- name: Unpack the App Package
shell: pwsh
run: |
Expand Down

0 comments on commit 0c6b464

Please sign in to comment.