From 42ce06e66470a722559a13898fbfdfb882f74476 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 20:31:58 +0200 Subject: [PATCH] test V.II --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3e8b577..494250b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,10 +28,10 @@ jobs: python -m pip install --upgrade pip pip install wheel pip install -e . + cd .. - name: Create Archive run: | - cd .. tar -czf workspace.tar.gz Inkycal - name: Save Workspace Archive