Skip to content

Commit

Permalink
ci: fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
orestesgaolin committed Oct 15, 2024
1 parent da76758 commit 5bee480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: bin-${{ matrix.os }}
path: build/${{ matrix.os }}/${{ matrix.binary-name }}
path: build/${{ matrix.os }}/*
include-hidden-files: true

upload_artifacts:
needs: build_changelog_cli
Expand Down

0 comments on commit 5bee480

Please sign in to comment.