diff --git a/.github/workflows/downtime-runner.yaml b/.github/workflows/downtime-runner.yaml index 362d917..f272992 100644 --- a/.github/workflows/downtime-runner.yaml +++ b/.github/workflows/downtime-runner.yaml @@ -45,11 +45,7 @@ jobs: - name: Check if artifact was found id: continue run: | - if ( test -f result/downtime_runner_success ); then - unzip result/downtime_runner_success - ls - unzip end_date.zip - ls + if ( test -f result/end_date.txt ); then START_DATE=$(cat end_date.txt) echo "start_date=$START_DATE" >> $GITHUB_OUTPUT fi