diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 365b947..fb102db 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -11,4 +11,10 @@ jobs: - uses: forgejo/upload-artifact@v3 with: name: morffix - path: morffix \ No newline at end of file + path: morffix + - uses: actions/forgejo-release@v1 + with: + direction: upload + url: https://git.soontm.de + release-dir: dist/release + release-notes: "New Release" \ No newline at end of file