Skip to content

Commit

Permalink
Add step to unpack app package in release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hofmann <[email protected]>
  • Loading branch information
hoffe86 committed Dec 30, 2024
1 parent 6efe83a commit 780c9a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
name: app
path: '${{env.BuildDirectory}}'

- name: Unpack the App Package
shell: pwsh
run: |
Expand-Archive -Path '${{env.BuildDirectory}}\app.zip' -DestinationPath '${{env.BuildDirectory}}\'
- name: Create a Release
id: create_release
uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit 780c9a5

Please sign in to comment.