diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c5f8a9c..c2b15d3 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -39,5 +39,11 @@ jobs: zip -r artifacts/build.zip WebIndex/dist/ - name: Create Release - use: https://gitea.com/actions/gitea-release-action@v1 + uses: https://gitea.com/actions/release-action@main + with: + files: | + artifacts/build.zip + + - name: Upload Release Asset + uses: https://gitea.com/actions/gitea-release-action@v1 \ No newline at end of file