Skip to content

Commit 62f2526

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
run: |
2020
cd ..
2121
ls -artl
22-
tar -zcvf pySDC.tar.gz pySDC
22+
tar -zcf pySDC.tar.gz pySDC
2323
ls -artl
2424
2525
- uses: actions/upload-artifact@v3
2626
with:
2727
name: pySDC
28-
path: pySDC.tar.gz
28+
path: ../pySDC.tar.gz
2929

3030
- name: trigger Gitlab CI
3131
run: |

0 commit comments

Comments
 (0)