diff --git a/.github/workflows/verible-ci.yml b/.github/workflows/verible-ci.yml index 46e91233b0..af0a1d3094 100644 --- a/.github/workflows/verible-ci.yml +++ b/.github/workflows/verible-ci.yml @@ -240,6 +240,17 @@ jobs: name: verible-bin path: verible-bin.tar + - name: Pack up static results + if: matrix.mode == 'compile-static' + run: | + VERSION=$(git describe --match=v*) + bazel run -c opt :install -- verible-${VERSION} + tar cvzf verible-${VERSION}-linux-static-${matrix.arch}.tar.gz verible-${VERSION} + + - name: 📤 Upload artifact + uses: actions/upload-artifact@v2 + with: + path: verible-*.tar.gz - name: 📤 Upload performance graphs uses: actions/upload-artifact@v2