Skip to content

Commit 8247e6e

Browse files
authored
Update check-dist.yml
1 parent e651ed5 commit 8247e6e

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.github/workflows/check-dist.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
name: Check dist/
1+
- name: Upload a Build Artifact
2+
uses: actions/upload-artifact@v3.1.2
3+
with:
4+
# Artifact name
5+
name: # optional, default is artifact
6+
# A file, directory or wildcard pattern that describes what to upload
7+
path:
8+
# The desired behavior if no files are found using the provided path.
9+
Available Options:
10+
warn: Output a warning but do not fail the action
11+
error: Fail the action with an error message
12+
ignore: Do not output any warnings or errors, the action does not fail
13+
14+
if-no-files-found: # optional, default is warn
15+
# Duration after which artifact will expire in days. 0 means using default retention.
16+
Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
17+
18+
retention-days: # optional0
19+
: Check dist/
220

321
on:
422
push:

0 commit comments

Comments
 (0)