fix: update artifact upload path to use github.workspace

This commit is contained in:
Zhe Fang
2025-06-12 11:49:36 -04:00
parent e6db08c593
commit 772f41b236

View File

@@ -85,4 +85,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: MSIX Package
path: ${{ env.Solution_Name }}\\Packages
path: ${{ github.workspace }}\\Packages