From 47a55c6b0e2d15b32fb1758a375bd8fe67fea4ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9r=C3=A9nice=20Batut?= Date: Tue, 24 Sep 2024 15:48:42 +0200 Subject: [PATCH] Fix path to tool sublist path for archive --- .github/workflows/fetch_filter_resources.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch_filter_resources.yaml b/.github/workflows/fetch_filter_resources.yaml index f52ce223..313f3d83 100644 --- a/.github/workflows/fetch_filter_resources.yaml +++ b/.github/workflows/fetch_filter_resources.yaml @@ -70,7 +70,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: tools-${{ matrix.subset }} - path: communities/all/resources/repositories${{ matrix.subset }}.list_tools.tsv + path: communities/all/resources/${{ matrix.subset }}_tools.tsv merge-fetch-filter: runs-on: ubuntu-20.04 needs: fetch-tools-stepwise