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 866b678 commit 3b4e20eCopy full SHA for 3b4e20e
1 file changed
.github/workflows/ci.yml
@@ -22,6 +22,7 @@ jobs:
22
23
env:
24
Solution_Name: AuraClick.slnx
25
+ Dir_Name: AuraClick
26
27
steps:
28
- name: Checkout repository
@@ -53,4 +54,4 @@ jobs:
53
54
uses: actions/upload-artifact@v7
55
with:
56
name: MSIX Package (${{ matrix.configuration }}, ${{ matrix.platform }})
- path: ${{ github.workspace }}\Packages\**
57
+ path: ${{ env.Dir_Name }}\Packages\
0 commit comments