Skip to content

Commit 0108034

Browse files
committed
Update ci_pipeline.yml
1 parent 6213de4 commit 0108034

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ jobs:
1717

1818
- name: Zip
1919
run: |
20+
cd ..
2021
ls -artl
21-
zip pySDC
22+
tar -zcvf pySDC
2223
ls -artl
2324
2425
- uses: actions/upload-artifact@v3
2526
with:
2627
name: pySDC
27-
path: pySDC.zip
28+
path: pySDC.tar.gz
2829

2930
- name: trigger Gitlab CI
3031
run: |

0 commit comments

Comments
 (0)