Skip to content

Commit

Permalink
Fix build directory path in release workflow and update msixbundle fi…
Browse files Browse the repository at this point in the history
…le pattern

Signed-off-by: Christoph Hofmann <[email protected]>
  • Loading branch information
hoffe86 committed Dec 30, 2024
1 parent 7982357 commit d74cd63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: App Release

env:
BuildDirectory: '${{github.workspace}}\build'
BuildDirectory: '${{github.workspace}}/build'

on:
workflow_call:
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
automatic_release_tag: ${{inputs.build_number}}
title: ${{inputs.build_number}}
files: |
**/*.msixbundle
${{env.BuildDirectory}}/**/*.msixbundle

0 comments on commit d74cd63

Please sign in to comment.