diff --git a/.gitea/workflows/foundry-package.yaml b/.gitea/workflows/foundry-package.yaml index a5a0dba..399709c 100644 --- a/.gitea/workflows/foundry-package.yaml +++ b/.gitea/workflows/foundry-package.yaml @@ -8,10 +8,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: "Checkout" + uses: actions/checkout@v3 with: - repository: 'https://www.uberwald.me/gitea/public/foundryvtt-frostgrave' - path: 'buildtest' + repository: 'https://www.uberwald.me/gitea/public/foundryvtt-frostgrave' + path: 'buildtest' # get part of the tag after the `v` - name: Extract tag version number