From 6379c28fedd5cd76c568e7b8f4ccf2d6ba35839f Mon Sep 17 00:00:00 2001 From: Benex254 Date: Wed, 24 Jul 2024 17:36:17 +0300 Subject: [PATCH] build: increase retention and rename built artifact --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d40d7e..539f6af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,10 +27,9 @@ jobs: - name: Archive production artifacts uses: actions/upload-artifact@v4 with: - name: distribution + name: fastanime_debug_build path: | dist !dist/*.whl - retention-days: 14 # - name: Run the automated tests (for example) # run: poetry run pytest -v