Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 20, 2021
1 parent f8dabec commit 2e9dce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
if: ${{ matrix.python_version == '3.7' && matrix.os == 'ubuntu-18.04' }}

- uses: actions/upload-artifact@v2
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
with:
name: "dist-${{ matrix.os }}"
path: dist
Expand Down

0 comments on commit 2e9dce9

Please sign in to comment.