Skip to content

Commit

Permalink
Build all packages within a workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
brunojppb committed Jan 2, 2024
1 parent 5116739 commit 94e9afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
use-cross: true
command: build
args: --verbose --release --target ${{ matrix.target }}
args: --verbose --release --all --target ${{ matrix.target }}

- name: Build archive
shell: bash
Expand Down

0 comments on commit 94e9afb

Please sign in to comment.