From 0f02131b475e00ce48e0c942f8ebfc7406770167 Mon Sep 17 00:00:00 2001 From: dehanj Date: Mon, 12 Feb 2024 19:58:02 +0100 Subject: [PATCH] Upload artifacts in CI with each build --- .github/workflows/ci.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b7e76ab..7e96a43 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,3 +34,15 @@ jobs: - name: check for SPDX tags run: ./tools/spdx-ensure + + - name: Archive + uses: actions/upload-artifact@v4 + with: + name: tkey-libs-${{github.ref_name}} + path: | + app.lds + LICENSE + include/* + *.a + monocypher/*.h + monocypher/LICENSE