Skip to content

Commit

Permalink
fixup! TO-DROP: ci: reuse windows-artifacts from an earlier run
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Dec 17, 2023
1 parent d44a0f9 commit 4f777f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f777f8

Please sign in to comment.