We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdebe3 commit 0414c59Copy full SHA for 0414c59
.github/workflows/continuous-integration.yml
@@ -64,7 +64,7 @@ jobs:
64
65
66
- name: Codecov
67
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
+ uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
68
with:
69
token: ${{ secrets.CODECOV_TOKEN }}
70
@@ -82,4 +82,4 @@ jobs:
82
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
83
84
name: shell-binaries
85
- path: ${{ github.workspace }}/src/shell/dotnet/Shell/bin/Release/net8.0-windows/
+ path: ${{ github.workspace }}/src/shell/dotnet/src/Shell/bin/Release/net8.0-windows/
0 commit comments