wip
This commit is contained in:
commit
42e77bd0eb
33 changed files with 1657 additions and 0 deletions
16
module/artifact-push/README.md
Normal file
16
module/artifact-push/README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# artifact-push
|
||||
|
||||
## Usage
|
||||
|
||||
```yml
|
||||
uses: actions/core/module/artifact-push@1.0.0
|
||||
with:
|
||||
name: artifact
|
||||
path: |
|
||||
build/**/*
|
||||
!build/exclude-*
|
||||
compression: 0
|
||||
retention-days: 30
|
||||
overwrite: false
|
||||
include-hidden-files: false
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue