Merge branch 'dev' into feat/auth
All checks were successful
build / Go-Build (push) Successful in 19s
build / Go-Build (pull_request) Successful in 19s

This commit is contained in:
2026-01-17 22:40:18 +01:00

View File

@@ -47,7 +47,7 @@ jobs:
run: GOOS=darwin GOARCH=amd64 go build -v -o out/svg-templater_darwin-amd64-${{ env.VERSION }} ./cmd/svg-templater
- name: Build darwin-arm64
run: GOOS=darwin GOARCH=arm64 go build -v -o out/svg-templater_linux-arm64-${{ env.VERSION }} ./cmd/svg-templater
run: GOOS=darwin GOARCH=arm64 go build -v -o out/svg-templater_darwin-arm64-${{ env.VERSION }} ./cmd/svg-templater
- name: Upload artifact
uses: christopherhx/gitea-upload-artifact@v4