Skip to content

Commit

Permalink
ci: add missing upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
orestesgaolin committed Oct 15, 2024
1 parent 00d859b commit ef31883
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
with:
name: bin-windows-latest
path: bin-windows
- uses: actions/download-artifact@v4
with:
name: bin-macos-13
path: bin-macos-x86
- uses: softprops/action-gh-release@v1
with:
draft: true
Expand Down

0 comments on commit ef31883

Please sign in to comment.