mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 22:51:02 +00:00
runs make install-statik
This commit is contained in:
parent
ef9616beb9
commit
7c537a12d0
1 changed files with 1 additions and 5 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -60,6 +60,7 @@ jobs:
|
|||
- name: build featurebase
|
||||
run: |
|
||||
make install-build-deps
|
||||
make install-statik
|
||||
make generate-statik
|
||||
go build -o ./build/featurebase-${{ matrix.goos }}-${{ matrix.goarch }} -ldflags "${{needs.meta.outputs.ldflags}}" ./cmd/featurebase
|
||||
go build -o ./build/roaring-migrate-${{ matrix.goos }}-${{ matrix.goarch }} -ldflags "${{needs.meta.outputs.ldflags}}" ./cmd/roaring-migrate
|
||||
|
|
@ -163,11 +164,6 @@ jobs:
|
|||
name: consumers-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
path: artifacts/
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: lattice.tar.gz
|
||||
path: artifacts/
|
||||
|
||||
- run: ls -alt artifacts/
|
||||
|
||||
- run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue