fix(ci): output name in darwin arm build
Some checks failed
docker / docker (push) Successful in 2m15s
build / Go-Build (push) Failing after 5s

This commit is contained in:
2026-01-17 22:39:58 +01:00
parent 06b7af9265
commit 8250c1b575

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 run: GOOS=darwin GOARCH=amd64 go build -v -o out/svg-templater_darwin-amd64-${{ env.VERSION }} ./cmd/svg-templater
- name: Build darwin-arm64 - 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 - name: Upload artifact
uses: christopherhx/gitea-upload-artifact@v4 uses: christopherhx/gitea-upload-artifact@v4