Skip to content

Commit

Permalink
Improve artifact download handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Feb 17, 2024
1 parent 3fcc36c commit bd5cff2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
path: docsite
show-progress: false
- uses: actions/download-artifact@v4
with:
name: collection
- run: docsite/workflow-support/make_docs.sh ${{ needs.publish_galaxy.outputs.collection_namespace }}.${{ needs.publish_galaxy.outputs.collection_name }} ${{ needs.publish_galaxy.outputs.collection_tarball }}
- uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit bd5cff2

Please sign in to comment.