Skip to content

Commit 3b4e20e

Browse files
authored
Revert path behavior
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
1 parent 866b678 commit 3b4e20e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

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

2323
env:
2424
Solution_Name: AuraClick.slnx
25+
Dir_Name: AuraClick
2526

2627
steps:
2728
- name: Checkout repository
@@ -53,4 +54,4 @@ jobs:
5354
uses: actions/upload-artifact@v7
5455
with:
5556
name: MSIX Package (${{ matrix.configuration }}, ${{ matrix.platform }})
56-
path: ${{ github.workspace }}\Packages\**
57+
path: ${{ env.Dir_Name }}\Packages\

0 commit comments

Comments
 (0)