From 63592e0ba0b2a54d78b1f4506b4e462ea21a4792 Mon Sep 17 00:00:00 2001 From: ionarevamp Date: Fri, 5 Apr 2024 15:38:15 -0600 Subject: [PATCH] Changed build process --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b39c1aa..e5b99d3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -48,7 +48,7 @@ jobs: # error: Fail the action with an error message # ignore: Do not output any warnings or errors, the action does not fail # Optional. Default is 'warn' - if-no-files-found: warn "Unable to find artifact." + if-no-files-found: warn # Duration after which artifact will expire in days. 0 means using default retention. # Minimum 1 day. @@ -106,7 +106,7 @@ jobs: # error: Fail the action with an error message # ignore: Do not output any warnings or errors, the action does not fail # Optional. Default is 'warn' - if-no-files-found: warn "Unable to find artifact." + if-no-files-found: warn # Duration after which artifact will expire in days. 0 means using default retention. # Minimum 1 day.