Skip to content

Commit

Permalink
ci: fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
tautcony committed Sep 14, 2023
1 parent 0887ddf commit 8b2270d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: TChapter-${{ matrix.runtime-identifier }}-net6.0
path: TChapter/bin/${{ matrix.configuration }}/net6.0/publish/
path: TChapter/bin/${{ matrix.configuration }}/net6.0/${{ matrix.runtime-identifier }}/publish/

0 comments on commit 8b2270d

Please sign in to comment.