From 31c9da1b6ab691c354ca0475432413e01307f1fa Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sun, 30 Nov 2025 20:36:46 -0800 Subject: [PATCH] enh: add status update for uploaded artifacts in GitHub Actions workflow --- .github/workflows/custom_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/custom_build.yml b/.github/workflows/custom_build.yml index 14cc74a..0081b9a 100644 --- a/.github/workflows/custom_build.yml +++ b/.github/workflows/custom_build.yml @@ -224,6 +224,8 @@ jobs: wrangler r2 object put "$SOURCE_OBJECT_PATH" \ --file "${{ inputs.build_hash }}.tar.gz" --remote + update_status uploaded "$ARTIFACT_PATH" + - name: Update Build Status - Final if: always() shell: bash