Skip to content

Commit

Permalink
cd(native): fix build target
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbruggeman committed May 24, 2024
1 parent cb5a827 commit 65fd2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: sudo apt-get install -y musl-tools
- name: Build
run: |
cargo build --release --target = ${{ matrix.target }}
cargo build --release --target=${{ matrix.target }}
- name: Archive
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 65fd2ec

Please sign in to comment.