Skip to content

Commit 52633d9

Browse files
committed
Fix CI
Signed-off-by: Victor Chang <[email protected]>
1 parent 221717f commit 52633d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ jobs:
392392

393393
- name: Package API
394394
env:
395-
PACKAGEDIR: '${{ github.workspace }}/nupkg/'
395+
PACKAGEDIR: ~/nupkg
396396
if: ${{ (matrix.os == 'ubuntu-latest') }}
397397
run: |
398398
mkdir $PACKAGEDIR

0 commit comments

Comments
 (0)