Skip to content

Commit f0317f4

Browse files
committed
fix: artifact path
1 parent 51f8c80 commit f0317f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bazel_cli_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/upload-artifact@v4
4242
with:
4343
name: sparrow-cli-linux
44-
path: bazel-bin/sparrow-cli-linux.tar.gz
44+
path: bazel-bin/sparrow-cli.tar.gz
4545

4646
build-macos:
4747
runs-on: macos-latest
@@ -64,4 +64,4 @@ jobs:
6464
uses: actions/upload-artifact@v4
6565
with:
6666
name: sparrow-cli-macos
67-
path: bazel-bin/sparrow-cli-mac.tar.gz
67+
path: bazel-bin/sparrow-cli.tar.gz

0 commit comments

Comments
 (0)