Skip to content

refactor: make command definition consistent #490

refactor: make command definition consistent

refactor: make command definition consistent #490

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean --snapshot --skip=sign
- uses: actions/upload-artifact@v3
with:
name: Preview Binaries
path: dist/hcloud-*/hcloud