fips-label.yml: Cleanup the FIPS artifact before downloading and unzipping ABIDIFF one

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22952)
This commit is contained in:
Tomas Mraz 2023-12-05 15:02:52 +01:00
parent 5cd004222d
commit d177754686

View File

@ -79,6 +79,8 @@ jobs:
}
}
}
- name: 'Cleanup artifact'
run: rm artifact.zip pr_num
- name: 'Download abidiff artifact'
if: ${{ github.event.workflow_run.conclusion == 'success' }}