From b102518a6c6f385e2df03a295a27ea6940f78c4a Mon Sep 17 00:00:00 2001 From: Function <34871211+FunctionDJ@users.noreply.github.com> Date: Sat, 3 Jul 2021 12:26:50 +0200 Subject: [PATCH] Update README.md Mark artifact property as deprecated as per current action output. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13318ca..8b52c4e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This action will create a GitHub release and optionally upload an artifact to it ## Action Inputs - **allowUpdates**: An optional flag which indicates if we should update a release if it already exists. Defaults to `false`. - **artifactErrorsFailBuild**: An optional flag which indicates if artifact read or upload errors should fail the build. -- **artifact**: An optional set of paths representing artifacts to upload to the release. This may be a single path or a comma delimited list of paths (or globs). +- **artifact** (deprecated): An optional set of paths representing artifacts to upload to the release. This may be a single path or a comma delimited list of paths (or globs). - **artifacts**: An optional set of paths representing artifacts to upload to the release. This may be a single path or a comma delimited list of paths (or globs). - **artifactContentType**: The content type of the artifact. Defaults to `raw`. - **body**: An optional body for the release.