Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Panda committed Dec 27, 2023
1 parent 563c606 commit c0e6a2f
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 @@ -55,7 +55,7 @@ jobs:
echo "PROTOC=$PROTOC" >> $GITHUB_ENV
-
name: Build release
if: matrix.arch != 'x86_64'
if: matrix.arch != 'aarch64'
run: cargo build --release
env:
PROTOC: ${{ env.PROTOC }}
Expand Down

0 comments on commit c0e6a2f

Please sign in to comment.