From f32ebc95aee863e5e7603fe7c42cc1ca66e2e9c4 Mon Sep 17 00:00:00 2001 From: Jack Spagnoli Date: Tue, 9 Dec 2025 12:02:28 +0000 Subject: [PATCH] overwrite artifact if already exists --- .github/workflows/tag-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 0659061..f9c4c83 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -157,6 +157,7 @@ jobs: with: name: asdf_artifact path: asdf.tar.gz + overwrite: true - name: Prepare config artifact run: | @@ -169,6 +170,7 @@ jobs: with: name: config_artifact path: config_artifact/ + overwrite: true tag_release: needs: install_semantic_release