Skip to content

Commit 99bf155

Browse files
authored
Fix missing Appx_Package_Dir env
Signed-off-by: GitHub <noreply@github.com>
1 parent 14428db commit 99bf155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
env:
2424
Solution_Name: AuraClick.slnx
25+
Appx_Package_Dir: Packages\
2526

2627
steps:
2728
- name: Checkout repository
@@ -46,7 +47,6 @@ jobs:
4647
Appx_Bundle: Always
4748
Appx_Bundle_Platforms: x86|x64|ARM64
4849
Appx_Package_Build_Mode: SideloadOnly
49-
Appx_Package_Dir: Packages\
5050
Configuration: ${{ matrix.configuration }}
5151
Platform: ${{ matrix.platform }}
5252
AppInstallerUri: https://cdn.auraclick.app

0 commit comments

Comments
 (0)