We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d85b2a + bd16256 commit 0987f3eCopy full SHA for 0987f3e
1 file changed
.github/workflows/cd.yaml
@@ -63,7 +63,7 @@ jobs:
63
run: |
64
src="dist/github-code-search-$(echo '${{ matrix.target }}' | sed 's/^bun-//')"
65
[ -f "${src}.exe" ] && src="${src}.exe"
66
- mv -iv "$src" "dist/${{ matrix.artifact }}"
+ mv -fv "$src" "dist/${{ matrix.artifact }}"
67
68
- name: Upload artifact
69
uses: actions/upload-artifact@v6
0 commit comments