Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tellmeY18 authored Oct 7, 2023
1 parent 61f310c commit cdd10f1
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 @@ -31,7 +31,7 @@ jobs:
- name: Rust Release binary
uses: rust-build/[email protected]
with:
RUSTTARGET: x86_64-unknown-linux-gnu # Set your target platform
RUSTTARGET: x86_64-unknown-linux-musl # Use x86_64-unknown-linux-musl for statically linked binaries
EXTRA_FILES: '' # List any extra files to include (optional)
SRC_DIR: '' # Path to directory containing Cargo.toml (optional, defaults to project root)
ARCHIVE_TYPES: 'zip' # List of archive types to publish the binaries with (optional)
Expand Down

0 comments on commit cdd10f1

Please sign in to comment.