diff options
Diffstat (limited to '.github/actions/github-release/action.yml')
-rw-r--r-- | .github/actions/github-release/action.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/actions/github-release/action.yml b/.github/actions/github-release/action.yml new file mode 100644 index 000000000..51a074adf --- /dev/null +++ b/.github/actions/github-release/action.yml | |||
@@ -0,0 +1,15 @@ | |||
1 | name: 'wasmtime github releases' | ||
2 | description: 'wasmtime github releases' | ||
3 | inputs: | ||
4 | token: | ||
5 | description: '' | ||
6 | required: true | ||
7 | name: | ||
8 | description: '' | ||
9 | required: true | ||
10 | files: | ||
11 | description: '' | ||
12 | required: true | ||
13 | runs: | ||
14 | using: 'docker' | ||
15 | image: 'Dockerfile' | ||