Skip to content

Commit f5cc15d

Browse files
committed
fix(nestjs-trpc): preserve target subdirectory in artifact upload
1 parent 86c7533 commit f5cc15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/upload-artifact@v4
5151
with:
5252
name: cli-${{ matrix.target }}
53-
path: packages/nestjs-trpc/native/${{ matrix.target }}/
53+
path: packages/nestjs-trpc/native/
5454
retention-days: 1
5555

5656
publish:

0 commit comments

Comments
 (0)