Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
80728d7c7c | |||
2a9fb1d43b | |||
16df2b5702 | |||
d6a9187430 | |||
d1f7ffafeb | |||
ddafa1e1d7 | |||
29988fc8c7 | |||
e4255cec43 | |||
7da0906e19 | |||
4ba9518619 | |||
8c176433a6 |
@ -2,13 +2,16 @@ name: Release Creation
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v2
|
||||
- name: 'Checkout'
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: public/foundryvtt-frostgrave
|
||||
|
||||
# get part of the tag after the `v`
|
||||
- name: Extract tag version number
|
||||
@ -23,9 +26,9 @@ jobs:
|
||||
files: 'system.json'
|
||||
env:
|
||||
version: ${{steps.get_version.outputs.version-without-v}}
|
||||
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
|
||||
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
|
||||
|
||||
# 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
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.history/
|
@ -58,8 +58,8 @@
|
||||
"gridDistance": 5,
|
||||
"gridUnits": "ft",
|
||||
"primaryTokenAttribute": "health",
|
||||
"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",
|
||||
"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",
|
||||
"license": "LICENSE.txt"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user