From 4f777f8d5c7aab794409aa895f7d99642a3b9a20 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 17 Dec 2023 22:49:44 +0100 Subject: [PATCH] fixup! TO-DROP: ci: reuse `windows-artifacts` from an earlier run --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4ab0c38fe1c53..ce9eb8ece353ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -107,7 +107,7 @@ jobs: shell: bash run: | # these have changed since the run whose artifacts we're reusing - for p in ci/lib.sh t/Makefile + for p in ci/lib.sh ci/run-test-slice.sh t/Makefile t/t3100-ls-tree-restrict.sh do curl -Lo $p ${{ github.server_url }}/${{ github.repository }}/raw/${{ github.sha }}/$p || exit 1