Skip to content

Create test-workflow.yml #1

Create test-workflow.yml

Create test-workflow.yml #1

Workflow file for this run

- name: Rust Release binary
uses: rust-build/[email protected]
with:

Check failure on line 3 in .github/workflows/test-workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-workflow.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
# Output target
RUSTTARGET:
# List of extra files to include in build
EXTRA_FILES: # optional
# Path to directory containing Cargo.toml (defaults to project root)
SRC_DIR: # optional
# List of archive types to publish the binaries with, default "zip", supports zip and all tar formats
ARCHIVE_TYPES: # optional
# Full name of archive to upload (you must specify file extension and change this if building multiple targets)
ARCHIVE_NAME: # optional
# Relative path of script to run before building
PRE_BUILD: # optional
# Relative path of script to run after building
POST_BUILD: # optional
# If set to "true", the resulting binary will be stripped and compressed by UPX. ("false" by default)
MINIFY: # optional
# The rust toolchain version to use (see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification)
TOOLCHAIN_VERSION: # optional
# What method to use to upload compiled binaries, supported values: (release, none), default: release
UPLOAD_MODE: # optional
# Whether to statically link dependencies
STATIC_LINKING: # optional
# Extra flags to give to cargo build (space separated)
EXTRA_COMMAND_FLAGS: # optional
# Extra features to enable for the build
EXTRA_FEATURES: # optional
# Features to enable for the build (implies --no-default-features)
FEATURES: # optional