From: Tomas Mraz Date: Tue, 5 Dec 2023 14:02:52 +0000 (+0100) Subject: fips-label.yml: Cleanup the FIPS artifact before downloading and unzipping ABIDIFF one X-Git-Tag: openssl-3.3.0-alpha1~528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d177754686cac5025ffb6e994523ad624d3c1fd7;p=thirdparty%2Fopenssl.git fips-label.yml: Cleanup the FIPS artifact before downloading and unzipping ABIDIFF one Reviewed-by: Neil Horman Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/22952) --- diff --git a/.github/workflows/fips-label.yml b/.github/workflows/fips-label.yml index 9208d637362..853dfb20d8a 100644 --- a/.github/workflows/fips-label.yml +++ b/.github/workflows/fips-label.yml @@ -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' }}