[skip-changelog] Correctly remove unneded artifacts (#2682)
The previous 'name' value `${{ env.CONFIGURATIONS_ARTIFACT }}` would not match the name of the produced intermediate artifacts. The correct pattern is `${{ env.CONFIGURATIONS_ARTIFACT }}-*`.
Showing
Please register or sign in to comment