From 72ff32b1436bf6253bb625541d3dcca8912a48eb Mon Sep 17 00:00:00 2001 From: Benex254 Date: Mon, 5 Aug 2024 09:47:02 +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