summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-12-05 15:02:52 +0100
committerTomas Mraz <tomas@openssl.org>2023-12-05 15:02:52 +0100
commitd177754686cac5025ffb6e994523ad624d3c1fd7 (patch)
treed682eb8b22cc5d40d7bac2105534d2b9f072e5e0 /.github
parent5cd004222d3772c54fe4f6e2e4cbea996625411d (diff)
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)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/fips-label.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/fips-label.yml b/.github/workflows/fips-label.yml
index 9208d63736..853dfb20d8 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' }}