Skip to content

Commit

Permalink
Merge pull request #176 from galaxyproject/stepwise_tool_list_path_fix
Browse files Browse the repository at this point in the history
Fix path to tool sublist path for archive
  • Loading branch information
bebatut authored Sep 24, 2024
2 parents dd538ff + 47a55c6 commit 767a94c
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 767a94c

Please sign in to comment.