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