From 3c3de1436ec9cbc8102754185464b5d1b11c9b57 Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 26 May 2024 15:43:53 +0200 Subject: [PATCH] Added artifacts upload --- .gitea/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 36cb51b..82c7438 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -30,3 +30,7 @@ jobs: pip install tox tox-gh-actions - name: Test with tox run: tox + - uses: actions/upload-artifact@v4 + with: + name: Artifacts + path: dist/*