build: increase retention and rename built artifact

This commit is contained in:
Benex254
2024-08-05 09:47:02 +03:00
parent 3854357c1c
commit 72ff32b143

View File

@@ -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