Skip to content

Commit

Permalink
Fix build command in release-pkg.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
jucasoliveira committed Jan 29, 2024
1 parent 95dd195 commit 8f4172a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rm -rf "$DIST_DIR/*"

# Build the project
echo "Building $BIN_NAME..."
cargo build --release --target "$TARGET --verbose"
cargo build --release --target "$TARGET" --verbose

# Copy binaries to distribution directory
ARCHIVE_NAME=""
Expand Down

0 comments on commit 8f4172a

Please sign in to comment.