From 8d8dd17506414b5644b0f511e9d6f5f41168d905 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Thu, 3 Oct 2024 07:15:54 -0700 Subject: [PATCH] Fixup gen-scie-platforms action. --- .github/workflows/gen-scie-platforms.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gen-scie-platforms.yml b/.github/workflows/gen-scie-platforms.yml index 2cf7117a8..75b0671ba 100644 --- a/.github/workflows/gen-scie-platforms.yml +++ b/.github/workflows/gen-scie-platforms.yml @@ -84,3 +84,4 @@ jobs: with: name: complete-platform-${{ matrix.artifact-name }} path: ${{ github.event.inputs.dest-dir }}/* + overwrite: true