Test workflows

This commit is contained in:
LeRatierBretonnien 2023-03-21 11:35:40 +01:00
parent ddafa1e1d7
commit d1f7ffafeb

View File

@ -8,10 +8,11 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - name: "Checkout"
uses: actions/checkout@v3
with: with:
repository: 'https://www.uberwald.me/gitea/public/foundryvtt-frostgrave' repository: 'https://www.uberwald.me/gitea/public/foundryvtt-frostgrave'
path: 'buildtest' 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