diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index fcb1ade3..f491575b 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -29,7 +29,8 @@ jobs: run: | cd ./dist zip -r ../release.zip . # Adjust the path to your build output directory - - uses: actions/upload-artifact@v4 + - name: Package Upload + uses: actions/upload-artifact@v4 with: name: system-module path: release.zip