From 545fdf3f75faea2c0ce7fb381fe110d78b4f30c4 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 20:39:11 +0200 Subject: [PATCH] test V.IV --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 476e323..d98a6fe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,8 @@ jobs: - name: Create Archive run: | - tar -czf workspace.tar.gz . + mkdir artefacts + tar -czf artefacts/workspace.tar.gz --exclude=./artefacts . - name: Save Workspace Archive uses: actions/upload-artifact@v2