updates release workflow to also publish system.json
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
Details
parent
6db3e3226e
commit
3c0db3df50
|
|
@ -34,4 +34,7 @@ jobs:
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
server_url: https://git.macniel.online
|
server_url: https://git.macniel.online
|
||||||
files: /tmp/release.zip
|
files: |
|
||||||
|
/tmp/release.zip
|
||||||
|
./dist/system.json
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,3 +16,5 @@ Systementwicklung: https://foundryvtt.com/article/system-development/
|
||||||
API: https://foundryvtt.com/api/classes/foundry.abstract.Document.html
|
API: https://foundryvtt.com/api/classes/foundry.abstract.Document.html
|
||||||
|
|
||||||
Demo: https://github.com/foundryvtt/dnd5e
|
Demo: https://github.com/foundryvtt/dnd5e
|
||||||
|
|
||||||
|
Flim Flam
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue