Skip to content

Commit

Permalink
chore(ci): easy manual builds for binaries (#2890)
Browse files Browse the repository at this point in the history
## Description

Can now be used to generate artifacts without having to batch it
together with making a release.

## Breaking Changes

<!-- Optional, if there are any breaking changes document them,
including how to migrate older code. -->

## Notes & open questions

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [ ] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
  • Loading branch information
Arqu authored Nov 4, 2024
1 parent 57cd2ab commit fcf89a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,13 @@ jobs:
upload_url: ${{ github.event.inputs.upload_url || needs.create-release.outputs.upload_url }}
asset_path: ${{ env.ASSET }}

- name: attach artifacts
uses: actions/upload-artifact@v4
with:
name: iroh-${{env.RELEASE_OS }}-${{env.RELEASE_ARCH}}-bundle
path: ${{ env.ASSET }}
compression-level: 0

docker:
needs: build_release
uses: './.github/workflows/docker.yaml'
Expand Down

0 comments on commit fcf89a6

Please sign in to comment.