Skip to content

Fix typo

Fix typo #4

Workflow file for this run

name: Build plugins
on: push
jobs:
build:
strategy:
matrix:
platform:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: bazel-contrib/[email protected]
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
- run: bazel build -c opt //:plugins
- uses: actions/upload-artifact@v4
with:
name: plugins-${{ matrix.platform }}
path: bazel-bin/plugins.tar.gz