Skip to content

Commit

Permalink
ci: fix build package name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-v4s committed Jun 20, 2024
1 parent 634b6ba commit a64d957
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@ jobs:
name: Upload sdist
with:
name: sdist
path: backend/dist/qualibrate_backend-0.1.0.tar.gz
path: backend/dist/qualibrate_app-0.1.0.tar.gz
retention-days: 3
if-no-files-found: error

- uses: actions/upload-artifact@v4
name: Upload wheel
with:
name: wheel
path: backend/dist/qualibrate_backend-0.1.0-py3-none-any.whl
path: backend/dist/qualibrate_app-0.1.0-py3-none-any.whl
retention-days: 3
if-no-files-found: error

0 comments on commit a64d957

Please sign in to comment.