From 7c537a12d0f36e29fa6ce1f51403452c9897b6f1 Mon Sep 17 00:00:00 2001 From: Christopher Lowenthal Date: Mon, 7 Nov 2022 13:36:39 -0500 Subject: [PATCH] runs make install-statik --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 398b3a8ab..84c7d0e22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |