Skip to content

Commit

Permalink
Merge pull request #964 from jtpio/upload-distributions
Browse files Browse the repository at this point in the history
Upload the distributions built by the releaser
  • Loading branch information
jtpio authored Sep 15, 2021
2 parents a22b218 + 0661e25 commit a8811ef
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 a8811ef

Please sign in to comment.