Skip to content

Commit ba6af4a

Browse files
committed
Fix
1 parent 3adb12e commit ba6af4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-codecov-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
-w ${{ github.workspace }} \
160160
--platform linux/${{ matrix.arch }} \
161161
${{ matrix.distro }} \
162-
./codecov-cli/scripts/build_${{ matrix.distro_name }}.sh ${{ matrix.distro_name }}_${{ matrix.arch }}
162+
./scripts/build_${{ matrix.distro_name }}.sh ${{ matrix.distro_name }}_${{ matrix.arch }}
163163
164164
- name: Upload codecovcli binary for ${{matrix.distro_name}}_${{ matrix.arch}}
165165
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)