Compare commits

...

17 Commits

Author SHA1 Message Date
root 9664a9dc43 Merge pull request 'Update git repo for new server release' (#1) from master into main
Reviewed-on: #1
2025-02-26 00:30:57 +01:00
Yoshi 4d1c7c3642 module.json aktualisiert
release / release (push) Successful in 23s
2025-02-26 00:04:14 +01:00
Yoshi 9535f8f89a .gitea/workflows/ release.yml aktualisiert 2025-02-26 00:03:37 +01:00
Yoshi 020c6f45d5 .gitea/workflows/ release.yml aktualisiert
release / release (push) Successful in 24s
2025-02-25 23:47:11 +01:00
Yoshi c7e203362c .gitea/workflows/ release.yml aktualisiert
release / release (push) Failing after 23s
2025-02-25 23:46:03 +01:00
Yoshi 0f8197db8a .gitea/workflows/ release.yml aktualisiert
release / release (push) Failing after 9s
2025-02-25 23:30:48 +01:00
Yoshi 5354139456 .gitea/workflows/ release.yml aktualisiert
release / release (push) Failing after 8s
2025-02-25 23:28:27 +01:00
Yoshi 653c9f4503 .gitea/workflows/ release.yml aktualisiert
release / release (push) Failing after 9s
2025-02-25 23:23:01 +01:00
Yoshi b51a46f719 module.json aktualisiert 2025-02-25 23:07:43 +01:00
Yoshi 7e5bfca667 .gitea/workflows/ release.yml aktualisiert
release / release (push) Successful in 23s
2025-02-25 23:04:57 +01:00
Yoshi f8c0b89410 module.json aktualisiert
release / release (push) Successful in 1m29s
2025-02-25 22:48:36 +01:00
Yoshi bbb8ed7110 .gitea/workflows/ release.yml aktualisiert 2025-02-25 22:42:52 +01:00
Yoshi 99c2d7575a .gitea/workflows/release.yml aktualisiert 2025-02-25 22:42:00 +01:00
Yoshi 86b87cfc7c .gitea/workflows/release.yml aktualisiert 2025-02-25 22:41:41 +01:00
root 9e837c32b3 .gitea/workflows/release.yml aktualisiert
release / release (push) Successful in 1m23s
2025-02-25 22:28:30 +01:00
root 46139cc4e1 fix: remove go jobs
release / release (push) Failing after 7s
2025-02-25 22:25:42 +01:00
root ce26ec331a Add gitea workflow file
release / release (push) Failing after 1m34s
2025-02-25 22:12:55 +01:00
2 changed files with 33 additions and 7 deletions
+26
View File
@@ -0,0 +1,26 @@
name: release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- run: |
zip -r release.zip *
- name: Create Release
uses: https://gitea.com/actions/release-action@main
with:
files: |-
release.zip
api_key: '${{secrets.RELEASE_TOKEN}}'
+7 -7
View File
@@ -1,4 +1,5 @@
{ {
"id": "SharedData_global",
"title": "SharedData - Deutsche Kompendien", "title": "SharedData - Deutsche Kompendien",
"description": "Kompendien zu den verschiedensten Kategorien aus der Deutschen Ausgabe der Dungeons and Dragons Bücher. Aktuell werden Einträge aus den Büchern: Spielerhandbuch, Xanathars Ratgeber für alles, Volos Allmanach für Monster und The Wild beyound the Witchlight eingepflegt. Dieses Modul steht frei für jeden zur Verfügung. Bei manchen Einträgen könnten eventuell die Bilder fehlen. Dafür werden die Dateien aus dem Modul SharedData_resources benötigt", "description": "Kompendien zu den verschiedensten Kategorien aus der Deutschen Ausgabe der Dungeons and Dragons Bücher. Aktuell werden Einträge aus den Büchern: Spielerhandbuch, Xanathars Ratgeber für alles, Volos Allmanach für Monster und The Wild beyound the Witchlight eingepflegt. Dieses Modul steht frei für jeden zur Verfügung. Bei manchen Einträgen könnten eventuell die Bilder fehlen. Dafür werden die Dateien aus dem Modul SharedData_resources benötigt",
"authors": [ "authors": [
@@ -6,16 +7,16 @@
"name": "Nibur" "name": "Nibur"
} }
], ],
"version": "1.1.56", "version": "1.1.57",
"compatibility": { "compatibility": {
"minimum": "11", "minimum": "11",
"verified": "12.331", "verified": "12.331",
"maximum": "13" "maximum": "13"
}, },
"url": "https://gitlab.j-linn.de/Yoshi/germandndcompendium", "url": "https://git.j-linn.de/PnP/germandndcompendium",
"manifest": "https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/raw/master/module.json", "manifest": "https://git.j-linn.de/PnP/germandndcompendium/src/branch/main/module.json",
"download": "https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/archive/v1.1.56/germandndcompendium-v1.1.56.zip", "download": "https://git.j-linn.de/PnP/germandndcompendium/releases/download/v1.1.57/release.zip",
"changelog": "https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/blob/master/changelog.md", "changelog": "https://git.j-linn.de/PnP/germandndcompendium/src/branch/main/changelog.md",
"packs": [ "packs": [
{ {
"label": "Deutsch - Gegenstände", "label": "Deutsch - Gegenstände",
@@ -114,6 +115,5 @@
"system": "dnd5e", "system": "dnd5e",
"path": "packs/Subclass" "path": "packs/Subclass"
} }
], ]
"id": "SharedData_global"
} }