fix args for github release

Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
Alexis Tyler
2019-08-24 12:01:49 +09:30
parent 4493af32ec
commit c478e03bfd

View File

@@ -67,6 +67,6 @@ jobs:
- name: Uploading release to Github
uses: JasonEtco/upload-to-release@master
with:
args: unraid-*.tgz
args: unraid-graphql-api-*.tgz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}