Simon Gregor Ebner 87131710b1 Fix some copy-paste errors
fixed copy paste errors from examples I had in my caddy-gitea fork
2025-02-25 22:23:19 +01:00

24 lines
495 B
YAML

name: Build and Release
on:
push:
tags:
- 'v*.*.*'
jobs:
build-and-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- run: go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
- run: xcaddy build --with github.com/simongregorebner/gitea-pages=.
- uses: actions/upload-artifact@v4
with:
name: caddy
path: caddy