Skip to content

Commit

Permalink
Fix path to tool sublist path for archive
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut committed Sep 24, 2024
1 parent dd538ff commit 47a55c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch_filter_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47a55c6

Please sign in to comment.