]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
fips-label.yml: Cleanup the FIPS artifact before downloading and unzipping ABIDIFF one
authorTomas Mraz <tomas@openssl.org>
Tue, 5 Dec 2023 14:02:52 +0000 (15:02 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 5 Dec 2023 14:02:52 +0000 (15:02 +0100)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22952)

.github/workflows/fips-label.yml

index 9208d63736292624b86e7b219b0353d0c258b728..853dfb20d8a9a017e7430478adfab0b263c3bbac 100644 (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' }}