Skip to content

Commit

Permalink
Upload the distributions built by the releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Sep 15, 2021
1 parent a22b218 commit 0661e25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0661e25

Please sign in to comment.