We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14428db commit 99bf155Copy full SHA for 99bf155
1 file changed
.github/workflows/ci.yml
@@ -22,6 +22,7 @@ jobs:
22
23
env:
24
Solution_Name: AuraClick.slnx
25
+ Appx_Package_Dir: Packages\
26
27
steps:
28
- name: Checkout repository
@@ -46,7 +47,6 @@ jobs:
46
47
Appx_Bundle: Always
48
Appx_Bundle_Platforms: x86|x64|ARM64
49
Appx_Package_Build_Mode: SideloadOnly
- Appx_Package_Dir: Packages\
50
Configuration: ${{ matrix.configuration }}
51
Platform: ${{ matrix.platform }}
52
AppInstallerUri: https://cdn.auraclick.app
0 commit comments