diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4540aa2..226132a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 }}