We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcadc06 commit 6a25e5bCopy full SHA for 6a25e5b
.github/workflows/release.yml
@@ -38,8 +38,7 @@ jobs:
38
run: |
39
rm -rf ${{ env.DEST }}
40
mkdir -p ${{ env.DEST }}
41
- bazel --bazelrc=.github/workflows/ci.bazelrc \
42
- run --config=release //tools/release:copy_release_artifacts
+ bazel run --config=release //tools/release:copy_release_artifacts
43
- uses: actions/upload-artifact@v4
44
with:
45
name: go-binaries
0 commit comments