From 036030de1ec13cb1954823882e2f1365f28e24b4 Mon Sep 17 00:00:00 2001 From: Wes Johnson Date: Tue, 6 Feb 2024 17:50:24 -0500 Subject: [PATCH] change artifact bundle name --- .github/workflows/gen-killed-in-gaza.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen-killed-in-gaza.yml b/.github/workflows/gen-killed-in-gaza.yml index 10cfefdb..8382a5e3 100644 --- a/.github/workflows/gen-killed-in-gaza.yml +++ b/.github/workflows/gen-killed-in-gaza.yml @@ -44,7 +44,7 @@ jobs: - name: upload artifacts uses: actions/upload-artifact@v4 with: - name: killed-in-gaza-zip + name: GAZA-LIST-REVIEW-ITEMS path: ci-tmp/* - uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.