From 3eb46d89d2c452673756f39dc6b045ea901d17b2 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 26 Jan 2021 18:37:23 -0800 Subject: [PATCH] ci: make static built binary available This uploads the results of make release step (static binary and a source tarball) so that they are available. I am not very sure if it's of any use, but at least one can download and play with a static binary from any PR. Signed-off-by: Kir Kolyshkin --- .github/workflows/validate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5ae223289..84907592e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -156,3 +156,8 @@ jobs: sudo apt -qq install libseccomp-dev - name: make release run: make release + - name: upload artifacts + uses: actions/upload-artifact@v2 + with: + name: release-${{ github.run_id }} + path: release/*