diff options
Diffstat (limited to '.github/actions/release/action.yml')
-rw-r--r-- | .github/actions/release/action.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml new file mode 100644 index 000000000..a0150197d --- /dev/null +++ b/.github/actions/release/action.yml @@ -0,0 +1,4 @@ +name: upload to release +runs: + using: docker + image: Dockerfile |