From 6b55e304da99b31f1ac0428d5545a860fe321e8a Mon Sep 17 00:00:00 2001 From: AdityaGarg8 <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 20 Nov 2021 12:14:28 +0530 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4ba07fc..4b11828 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,7 +42,7 @@ jobs: if: github.ref == 'refs/heads/master' uses: softprops/action-gh-release@v1 with: - data: ${{ github.workspace }}/output/* + files: ${{ github.workspace }}/output/* tag_name: v20.04-${{ steps.tag.outputs.tag }} draft: true env: