Update build.yml

This commit is contained in:
zuadi
2025-04-30 08:00:59 +02:00
committed by GitHub
parent c623d89f94
commit f37a69e75b

View File

@@ -33,7 +33,7 @@ jobs:
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o build/tecamino-dbm-${{ matrix.goos }}-${{ matrix.goarch }} main.go GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o build/tecamino-dbm-${{ matrix.goos }}-${{ matrix.goarch }} main.go
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: binaries name: binaries
path: build/ path: build/