From ac12e14593cd8f3856be1751f8b40497cff3600a Mon Sep 17 00:00:00 2001 From: jessev14 <68755874+jessev14@users.noreply.github.com> Date: Thu, 19 Nov 2020 19:12:54 -0500 Subject: [PATCH] Update release-creation.yml --- .github/workflows/release-creation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-creation.yml b/.github/workflows/release-creation.yml index 5fb7cc0..4d8381d 100644 --- a/.github/workflows/release-creation.yml +++ b/.github/workflows/release-creation.yml @@ -34,7 +34,7 @@ jobs: draft: false prerelease: false token: ${{ secrets.GITHUB_TOKEN }} - artifacts: './module.json, ./module.zip' + artifacts: './module.json, ./MA5e.zip' tag: ${{ github.event.release.tag_name }} body: ${{ github.event.release.body }}