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: on:
release: release:
types: [created] types: [published]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 'Checkout' - uses: https://github.com/actions/checkout@v2
uses: actions/checkout@v3
with:
repository: public/foundryvtt-frostgrave
# get part of the tag after the `v` # get part of the tag after the `v`
- name: Extract tag version number - name: Extract tag version number
@ -26,9 +23,9 @@ jobs:
files: 'system.json' files: 'system.json'
env: env:
version: ${{steps.get_version.outputs.version-without-v}} version: ${{steps.get_version.outputs.version-without-v}}
url: https://www.uberwald.me/gitea/${{github.repository}} url: https://www.uberwald.com/gitea/${{github.repository}}
manifest: https://www.uberwald.me/gitea/${{github.repository}}/releases/latest/download/system.json manifest: https://www.uberwald.com/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 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 # 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/ - 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, "gridDistance": 5,
"gridUnits": "ft", "gridUnits": "ft",
"primaryTokenAttribute": "health", "primaryTokenAttribute": "health",
"url": "https://www.uberwald.me/gitea/public/foundryvtt-frostgrave", "url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-frostgrave",
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-frostgrave/raw/branch/master/system.json", "manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-frostgrave/-/raw/master/system.json",
"download": "https://www.uberwald.me/gitea/public/foundryvtt-frostgrave/archive/master.zip", "download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-frostgrave/archive/master.zip",
"license": "LICENSE.txt" "license": "LICENSE.txt"
} }