Compare commits

..

No commits in common. "master" and "10.0.0" have entirely different histories.

3 changed files with 36 additions and 40 deletions

View File

@ -2,16 +2,13 @@ name: Release Creation
on:
release:
types: [created]
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
with:
repository: public/foundryvtt-frostgrave
- uses: https://github.com/actions/checkout@v2
# get part of the tag after the `v`
- name: Extract tag version number
@ -26,9 +23,9 @@ jobs:
files: 'system.json'
env:
version: ${{steps.get_version.outputs.version-without-v}}
url: https://www.uberwald.me/gitea/${{github.repository}}
manifest: https://www.uberwald.me/gitea/${{github.repository}}/releases/latest/download/system.json
download: https://www.uberwald.me/gitea/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip
url: https://www.uberwald.com/gitea/${{github.repository}}
manifest: https://www.uberwald.com/gitea/${{github.repository}}/releases/latest/download/system.json
download: https://www.uberwald.com/gitea/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip
# Create a zip file with all files required by the system to add to the release
- run: zip -r ./system.zip system.json template.json README.md CHANGELOG LICENCE.txt assets/ css/ lang/ module/ packs/ templates/

1
.gitignore vendored
View File

@ -1 +0,0 @@
.history/

View File

@ -58,8 +58,8 @@
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"url": "https://www.uberwald.me/gitea/public/foundryvtt-frostgrave",
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-frostgrave/raw/branch/master/system.json",
"download": "https://www.uberwald.me/gitea/public/foundryvtt-frostgrave/archive/master.zip",
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-frostgrave",
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-frostgrave/-/raw/master/system.json",
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-frostgrave/archive/master.zip",
"license": "LICENSE.txt"
}