fix id
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s Details

pull/11/head
macniel 2025-09-25 17:09:19 +02:00
parent f23d070a89
commit 17bbfd61db
2 changed files with 6 additions and 2 deletions

View File

@ -16,7 +16,7 @@ function copySource() {
function updateManifestFile() {
return src('dist/system.json')
.pipe(replace('{{VERSION}}', `${process.env.VERSION}`))
.pipe(replace('{{VERSION}}', process.env.VERSION))
.pipe(dest('dist/'))
}

View File

@ -1,5 +1,5 @@
{
"id": "DSA 4.1",
"id": "DSA_4-1",
"title": "Das Schwarze Auge 4.1",
"description": "Noch ein Spielsystem für Das Schwarze Auge 4.1",
"version": "0.0.1",
@ -39,7 +39,11 @@
"path": "lang/de.json"
}],
"documentTypes": {
"Actor": {
"character": {}
}
},
"socket": false,
"initiative": "1d6",
"grid": {