From 3c0db3df50b3a8cd80390f2c6d483e7a1ae532c7 Mon Sep 17 00:00:00 2001 From: macniel Date: Thu, 25 Sep 2025 15:30:58 +0200 Subject: [PATCH] updates release workflow to also publish system.json --- .gitea/workflows/release.yaml | 5 ++++- README.md | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 43fda4cf..f5b9b8b2 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -34,4 +34,7 @@ jobs: uses: akkuman/gitea-release-action@v1 with: server_url: https://git.macniel.online - files: /tmp/release.zip + files: | + /tmp/release.zip + ./dist/system.json + diff --git a/README.md b/README.md index 50a9984a..46054bc8 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,5 @@ Systementwicklung: https://foundryvtt.com/article/system-development/ API: https://foundryvtt.com/api/classes/foundry.abstract.Document.html Demo: https://github.com/foundryvtt/dnd5e + +Flim Flam