Skip to content

Commit

Permalink
add build artifact to release zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
codervijo committed Jan 31, 2025
1 parent 4baf612 commit 082fbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
mkdir -p bin
# Define architectures for cross-compilation
architectures=("x86_64-unknown-linux-musl" "aarch64-unknown-linux-musl" "x86_64-apple-darwin" "aarch64-apple-darwin" "x86_64-pc-windows-gnu" "aarch64-pc-windows-msvc")
architectures=("x86_64-unknown-linux-musl")
# Build binaries for each architecture
for arch in "${architectures[@]}"; do
Expand Down

0 comments on commit 082fbc9

Please sign in to comment.