diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index f491575b..e110d179 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -31,6 +31,6 @@ jobs: zip -r ../release.zip . # Adjust the path to your build output directory - name: Package Upload uses: actions/upload-artifact@v4 - with: - name: system-module - path: release.zip + with: + name: system-module + path: release.zip