Skip to content

Commit

Permalink
Fix CI release - merge-multiple (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymo111 authored Jun 30, 2024
1 parent 70cfd07 commit 175c85d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,10 @@ jobs:
github.event_name != 'pull_request'
steps:
- uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: Move downloaded artifacts to root
run: mv nexus-{windows-latest,macos-12,ubuntu-latest}/* .
run: mv dist/* .
- uses: pyTooling/Actions/releaser@r0
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 175c85d

Please sign in to comment.