test V.II

This commit is contained in:
Ace 2023-06-03 20:31:58 +02:00
parent 08b1a7f06c
commit 42ce06e664

View File

@ -28,10 +28,10 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install wheel pip install wheel
pip install -e . pip install -e .
cd ..
- name: Create Archive - name: Create Archive
run: | run: |
cd ..
tar -czf workspace.tar.gz Inkycal tar -czf workspace.tar.gz Inkycal
- name: Save Workspace Archive - name: Save Workspace Archive