Skip to content

Commit 24f4afe

Browse files
committed
chore(ci): specify dir for publish command
1 parent d2fe680 commit 24f4afe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

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

5353
- name: Publish
5454
run: |
55-
dotnet publish -c Release -r ${{ matrix.runtime }} \
55+
dotnet publish src -c Release -r ${{ matrix.runtime }} \
5656
--self-contained false \
5757
-p:PublishSingleFile=false \
5858
-p:PublishTrimmed=false \

0 commit comments

Comments
 (0)