Skip to content

Commit 1e6a0bd

Browse files
committed
Update ci_pipeline.yml
1 parent 62f2526 commit 1e6a0bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ jobs:
1818
- name: Zip
1919
run: |
2020
cd ..
21-
ls -artl
2221
tar -zcf pySDC.tar.gz pySDC
23-
ls -artl
22+
mv pySDC.tar.gz pySDC/.
2423
2524
- uses: actions/upload-artifact@v3
2625
with:
2726
name: pySDC
28-
path: ../pySDC.tar.gz
27+
path: pySDC.tar.gz
2928

3029
- name: trigger Gitlab CI
3130
run: |

0 commit comments

Comments
 (0)