aboutsummaryrefslogtreecommitdiff
path: root/.github/actions/github-release/action.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-04 16:31:41 +0000
committerGitHub <[email protected]>2020-03-04 16:31:41 +0000
commit8ac7a180cf8f08c8c6649c6f06709198425a58a1 (patch)
tree08ce28b3d0e6352a6bf600b968e6ccac03df6893 /.github/actions/github-release/action.yml
parent56f0f15805813b91a7a0778163d977a71adc4d00 (diff)
parent86ec5b391732679770c8706f9d336e1f0d34bf02 (diff)
Merge pull request #3456 from matklad/nighly-release
Nightly binary releases
Diffstat (limited to '.github/actions/github-release/action.yml')
-rw-r--r--.github/actions/github-release/action.yml15
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 @@
1name: 'wasmtime github releases'
2description: 'wasmtime github releases'
3inputs:
4 token:
5 description: ''
6 required: true
7 name:
8 description: ''
9 required: true
10 files:
11 description: ''
12 required: true
13runs:
14 using: 'docker'
15 image: 'Dockerfile'