diff --git a/.github/workflows/profile_rescue_idz_classical.yml b/.github/workflows/profile_rescue_idz_classical.yml index e18c02a5d9..d2f9f341cc 100644 --- a/.github/workflows/profile_rescue_idz_classical.yml +++ b/.github/workflows/profile_rescue_idz_classical.yml @@ -161,7 +161,7 @@ jobs: shell: bash run: | solver=${{ matrix.solver }} - cd /tmp/${{ env.SOLNAME }}_profile_prima/ + cd /tmp/${{ env.SOLNAME }}_profile_${{ env.BENCHMARK }}/ ls *${solver}*_start -1 > ${solver}_prob_start ls *${solver}*_end -1 > ${solver}_prob_end diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || : diff --git a/.github/workflows/profile_rescue_idz_modernized.yml b/.github/workflows/profile_rescue_idz_modernized.yml index 7ac3f0c4ac..a371e17919 100644 --- a/.github/workflows/profile_rescue_idz_modernized.yml +++ b/.github/workflows/profile_rescue_idz_modernized.yml @@ -161,7 +161,7 @@ jobs: shell: bash run: | solver=${{ matrix.solver }} - cd /tmp/${{ env.SOLNAME }}_profile_prima/ + cd /tmp/${{ env.SOLNAME }}_profile_${{ env.BENCHMARK }}/ ls *${solver}*_start -1 > ${solver}_prob_start ls *${solver}*_end -1 > ${solver}_prob_end diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :