Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Sep 20, 2024
1 parent 94988d3 commit 2ba774b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-algos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
with:
name: artifacts.zip
path: |
/home/runner/work/seg_ci/seg_ci/output/"${{matrix.algo}}"/output.tar.gz
/home/runner/work/seg_ci/seg_ci/output/${{matrix.algo}}/output.tar.gz
2 changes: 1 addition & 1 deletion algos/ads_1/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ tar -zcvf /seg_ci/output/output.tar.gz data

ls

echo 'Done! '
echo 'Done! '
2 changes: 1 addition & 1 deletion algos/ads_2/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ cd ..
tar -zcvf /seg_ci/output/output.tar.gz data


echo 'Done! '
echo 'Done! '
2 changes: 1 addition & 1 deletion algos/ads_3/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ cd ..

tar -zcvf /seg_ci/output/output.tar.gz data

echo 'Done! '
echo 'Done! '
2 changes: 1 addition & 1 deletion algos/ads_4/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ cd ..

tar -zcvf /seg_ci/output/output.tar.gz data

echo 'Done! '
echo 'Done! '
2 changes: 1 addition & 1 deletion algos/ads_5/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ cd ..

tar -zcvf /seg_ci/output/output.tar.gz data

echo 'Done! '
echo 'Done! '

0 comments on commit 2ba774b

Please sign in to comment.