Browse Source

fix broken action

pull/3/head
Brett Langdon 5 years ago
parent
commit
1c40f9c3a5
Signed by: brettlangdon GPG Key ID: A70042D88B95AA2B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

@ -33,7 +33,7 @@ jobs:
- run: poetry check
- run: poetry install
- run: poetry build --format sdist
- uses: actions/upload-artifacts@v2
- uses: actions/upload-artifact@v2
with:
path: ./dist/*.tar.gz


Loading…
Cancel
Save