From 08e5c2be88317a769fdb1a70bdf2b8b5a456043a Mon Sep 17 00:00:00 2001 From: Parya Rastegar Date: Fri, 23 Aug 2024 01:48:22 +0330 Subject: [PATCH] feat: add ci to project --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53c6a4d..7dfafa3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: - name: upload artifacts uses: actions/upload-artifact@v3 with: + name: Dynamicpixels Unity path: dynamicpixels-unity.zip release: @@ -52,7 +53,7 @@ jobs: - name: Download artifact uses: actions/download-artifact@v3 with: - name: dynamicpixels-unity.zip + name: Dynamicpixels Unity - name: Create GitHub Release id: create_release