workflow/release-binaries: Checkout sources before downloading artifacts (#109349)
commit7b2756484bc5ccabcaac11d8e48c93ec4026941f
authorTom Stellard <tstellar@redhat.com>
Tue, 1 Oct 2024 13:11:15 +0000 (1 06:11 -0700)
committerTobias Hieta <tobias@hieta.se>
Fri, 11 Oct 2024 05:57:49 +0000 (11 07:57 +0200)
tree0bd26e282bac3cd23be12f908f6fa873ed002a2a
parentbfa99ebbc3092324e80fa1cab5045bdd2f16d48d
workflow/release-binaries: Checkout sources before downloading artifacts (#109349)

The actions/checkout step will clear the current directory, so we need
to checkout the sources first so that the downloaded artifacts won't be
deleted.

(cherry picked from commit 8f2aa9dbad7c1400f66e1ee1c43b071a1905f3e6)
.github/workflows/release-binaries.yml