File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 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
321on :
422 push :
You can’t perform that action at this time.
0 commit comments