Skip to content

Commit 0987f3e

Browse files
authored
Merge pull request #6 from fulll/chore-release-v1.0.4
fix(cd): mv artifact
2 parents 1d85b2a + bd16256 commit 0987f3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
src="dist/github-code-search-$(echo '${{ matrix.target }}' | sed 's/^bun-//')"
6565
[ -f "${src}.exe" ] && src="${src}.exe"
66-
mv -iv "$src" "dist/${{ matrix.artifact }}"
66+
mv -fv "$src" "dist/${{ matrix.artifact }}"
6767
6868
- name: Upload artifact
6969
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)