Compare commits

...

2 Commits

Author SHA1 Message Date
b8e57cd1fa 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
2026-01-17 22:40:18 +01:00
8250c1b575 fix(ci): output name in darwin arm build
Some checks failed
docker / docker (push) Successful in 2m15s
build / Go-Build (push) Failing after 5s
2026-01-17 22:39:58 +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