build: increase retention and rename built artifact

This commit is contained in:
Benex254
2024-07-24 17:36:17 +03:00
parent 23b22dfc70
commit 6379c28fed

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