From 0661e25c125df48d759b8650dc2abf3a392c3095 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 15 Sep 2021 15:04:16 +0200 Subject: [PATCH] Upload the distributions built by the releaser --- .github/workflows/check-release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index e7bb86433..697c601e4 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -63,3 +63,9 @@ jobs: RH_VERSION_SPEC: next with: token: ${{ secrets.GITHUB_TOKEN }} + + - name: Upload Distributions + uses: actions/upload-artifact@v2 + with: + name: voila-releaser-dist-${{ github.run_number }} + path: .jupyter_releaser_checkout/dist