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