Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Sep 20, 2024
1 parent 2ba774b commit 4bb8ede
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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: artifacts.zip
name: ${{matrix.algo}}.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}}/${{matrix.algo}}.tar.gz
4 changes: 2 additions & 2 deletions algos/ads_1/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ cd ..

cd ..

tar -zcvf /seg_ci/output/output.tar.gz data
tar -zcvf /seg_ci/output/ads_1.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 @@ -50,7 +50,7 @@ cd ..

cd ..

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


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 @@ -43,6 +43,6 @@ cd ..

cd ..

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

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 @@ -43,6 +43,6 @@ cd ..

cd ..

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

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 @@ -47,6 +47,6 @@ cd ..

cd ..

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

echo 'Done! '

0 comments on commit 4bb8ede

Please sign in to comment.