From 8e71ca51b3e65b30c0a7c9441e1b402f30e59f70 Mon Sep 17 00:00:00 2001 From: Christos Lachanas Date: Tue, 26 Nov 2024 16:48:08 +0000 Subject: [PATCH] Update .gitea/workflows/artifact.yaml --- .gitea/workflows/artifact.yaml | 68 +++++++++++++++++----------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/.gitea/workflows/artifact.yaml b/.gitea/workflows/artifact.yaml index 5679787..8fb5714 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -10,43 +10,43 @@ jobs: run: echo cum > test.txt - name: test artificat uses: actions/upload-artifact@v4 - with: - # Name of the artifact to upload. - # Optional. Default is 'artifact' - name: cumdroplet + with: + # Name of the artifact to upload. + # Optional. Default is 'artifact' + name: cumdroplet - # A file, directory or wildcard pattern that describes what to upload - # Required. - path: test.txt + # A file, directory or wildcard pattern that describes what to upload + # Required. + path: test.txt - # The desired behavior if no files are found using the provided path. - # Available Options: - # warn: Output a warning but do not fail the action - # 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: + # The desired behavior if no files are found using the provided path. + # Available Options: + # warn: Output a warning but do not fail the action + # 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: - # Duration after which artifact will expire in days. 0 means using default retention. - # Minimum 1 day. - # Maximum 90 days unless changed from the repository settings page. - # Optional. Defaults to repository settings. - retention-days: 1 + # Duration after which artifact will expire in days. 0 means using default retention. + # Minimum 1 day. + # Maximum 90 days unless changed from the repository settings page. + # Optional. Defaults to repository settings. + retention-days: 1 - # The level of compression for Zlib to be applied to the artifact archive. - # The value can range from 0 to 9. - # For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads. - # Optional. Default is '6' - compression-level: + # The level of compression for Zlib to be applied to the artifact archive. + # The value can range from 0 to 9. + # For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads. + # Optional. Default is '6' + compression-level: - # If true, an artifact with a matching name will be deleted before a new one is uploaded. - # If false, the action will fail if an artifact for the given name already exists. - # Does not fail if the artifact does not exist. - # Optional. Default is 'false' - overwrite: true + # If true, an artifact with a matching name will be deleted before a new one is uploaded. + # If false, the action will fail if an artifact for the given name already exists. + # Does not fail if the artifact does not exist. + # Optional. Default is 'false' + overwrite: true - # Whether to include hidden files in the provided path in the artifact - # The file contents of any hidden files in the path should be validated before - # enabled this to avoid uploading sensitive information. - # Optional. Default is 'false' - include-hidden-files: \ No newline at end of file + # Whether to include hidden files in the provided path in the artifact + # The file contents of any hidden files in the path should be validated before + # enabled this to avoid uploading sensitive information. + # Optional. Default is 'false' + include-hidden-files: \ No newline at end of file