We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab68238 + e595705 commit 78ca750Copy full SHA for 78ca750
2 files 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 -fv "$src" "dist/${{ matrix.artifact }}"
+ [ -f "dist/${{ matrix.artifact }}" ] || mv -v "$src" "dist/${{ matrix.artifact }}"
67
68
- name: Upload artifact
69
uses: actions/upload-artifact@v6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "github-code-search",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Interactive GitHub code search with per-repo aggregation",
5
"license": "MIT",
6
"author": "fulll",
0 commit comments