Skip to content

Commit 0414c59

Browse files
committed
chore(workflows/CI): Fix path to shell binaries
1 parent 6bdebe3 commit 0414c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
6666
- name: Codecov
67-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
67+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070

@@ -82,4 +82,4 @@ jobs:
8282
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8383
with:
8484
name: shell-binaries
85-
path: ${{ github.workspace }}/src/shell/dotnet/Shell/bin/Release/net8.0-windows/
85+
path: ${{ github.workspace }}/src/shell/dotnet/src/Shell/bin/Release/net8.0-windows/

0 commit comments

Comments
 (0)