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 2c1a00c commit 94988d3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-algos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: Segmentation files
name: artifacts.zip
path: |
/home/runner/work/seg_ci/seg_ci/output/"$(basename "${{ 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 94988d3

Please sign in to comment.