Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
80728d7c7c | |||
2a9fb1d43b | |||
16df2b5702 | |||
d6a9187430 |
@ -2,17 +2,16 @@ name: Release Creation
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [created]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: 'Checkout'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: 'https://www.uberwald.me/gitea/public/foundryvtt-frostgrave'
|
repository: 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