From a64d95794e37b69a3292bd82f32ea60b50a83fcc Mon Sep 17 00:00:00 2001 From: Maxim V4S Date: Thu, 20 Jun 2024 17:23:14 +0300 Subject: [PATCH] ci: fix build package name --- .github/workflows/build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f7dad1ca..2eff1d2c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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