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 3adb12e commit ba6af4aCopy full SHA for ba6af4a
1 file changed
.github/workflows/release-codecov-cli.yml
@@ -159,7 +159,7 @@ jobs:
159
-w ${{ github.workspace }} \
160
--platform linux/${{ matrix.arch }} \
161
${{ matrix.distro }} \
162
- ./codecov-cli/scripts/build_${{ matrix.distro_name }}.sh ${{ matrix.distro_name }}_${{ matrix.arch }}
+ ./scripts/build_${{ matrix.distro_name }}.sh ${{ matrix.distro_name }}_${{ matrix.arch }}
163
164
- name: Upload codecovcli binary for ${{matrix.distro_name}}_${{ matrix.arch}}
165
uses: actions/upload-artifact@v4
0 commit comments