From 81b4485beae2c4a1aeb5c952c681331627fcbc0d Mon Sep 17 00:00:00 2001 From: Simone Mosciatti Date: Tue, 14 Jul 2020 15:38:17 +0200 Subject: [PATCH] give a name to our artifact --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 14b18d8..111d34b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,3 +14,4 @@ jobs: - uses: actions/upload-artifact@v2 with: path: out/ + name: cvmfs-containerd-snapshotter-${{ github.sha }}