diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55abe796..5d66170f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: App Release env: - BuildDirectory: '${{github.workspace}}\build' + BuildDirectory: '${{github.workspace}}/build' on: workflow_call: @@ -52,4 +52,4 @@ jobs: automatic_release_tag: ${{inputs.build_number}} title: ${{inputs.build_number}} files: | - **/*.msixbundle + ${{env.BuildDirectory}}/**/*.msixbundle