Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
Fix `AppxPackageDir`
  • Loading branch information
boris1993 committed Sep 15, 2023
1 parent 966d7a3 commit 954d535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
/target:Rebuild
/nodeReuse:false
/p:AppxBundle=Always
/p:AppxPackageDir=".\AppPackages"
/p:AppxPackageDir="$pwd\AppPackages"
/p:UapAppxPackageBuildMode=StoreAndSideload
/p:AppxBundlePlatforms="x86|x64|ARM|ARM64"
/p:configuration="Release"
Expand Down

0 comments on commit 954d535

Please sign in to comment.