Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Nov 27, 2024
1 parent 28127c0 commit 108cfcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- os-name: macOS-x86_64
runs-on: macOS-latest
target: x86_64-apple-darwin

binary:
- name: frostbow
- name: frostbow-sql
Expand All @@ -32,7 +33,7 @@ jobs:
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
with:
command: ${{ matrix.platform.command }}
command: "build"
target: ${{ matrix.platform.target }}
args: "--locked --release"
working-directory: ${{ matrix.binary.name }}
Expand Down

0 comments on commit 108cfcd

Please sign in to comment.