Compare commits
No commits in common. "master" and "10.0.4" have entirely different histories.
@ -2,16 +2,16 @@ 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: actions/checkout@v3
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
with:
|
||||||
repository: public/foundryvtt-frostgrave
|
repository: 'https://www.uberwald.me/gitea/public/foundryvtt-frostgrave'
|
||||||
|
path: 'buildtest'
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user