Skip to content

Commit 2e0792a

Browse files
committed
Fix CI
Signed-off-by: Victor Chang <[email protected]>
1 parent 5562588 commit 2e0792a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,10 @@ jobs:
403403
if: ${{ matrix.os == 'ubuntu-latest' }}
404404
uses: actions/[email protected]
405405
env:
406-
PACKAGEDIR: '${{ github.workspace }}/nupkg/'
406+
PACKAGEDIR: '${{ github.workspace }}/nupkg'
407407
with:
408408
name: nuget
409-
path: ${{ PACKAGEDIR }}*.nupkg
409+
path: $PACKAGEDIR/*.nupkg
410410
retention-days: 30
411411

412412
- name: Log in to the Container registry

0 commit comments

Comments
 (0)