Skip to content

Commit 78ca750

Browse files
authored
Merge pull request #8 from fulll/chore-release-v1.0.5
chore release v1.0.5
2 parents ab68238 + e595705 commit 78ca750

2 files changed

Lines changed: 2 additions & 2 deletions

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 -fv "$src" "dist/${{ matrix.artifact }}"
66+
[ -f "dist/${{ matrix.artifact }}" ] || mv -v "$src" "dist/${{ matrix.artifact }}"
6767
6868
- name: Upload artifact
6969
uses: actions/upload-artifact@v6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-code-search",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Interactive GitHub code search with per-repo aggregation",
55
"license": "MIT",
66
"author": "fulll",

0 commit comments

Comments
 (0)