We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d0807 commit 3f7add8Copy full SHA for 3f7add8
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
go-version: "stable"
23
24
- name: Release and publish
25
- uses: goreleaser/goreleaser-action@v5
+ uses: goreleaser/goreleaser-action@v6
26
with:
27
args: release --clean
28
env:
.goreleaser.yaml
@@ -1,17 +1,17 @@
1
builds:
2
- - env:
3
- - CGO_ENABLED=0
4
- goos:
5
- - linux
6
- - darwin
7
- goarch:
8
- - amd64
9
- - arm64
10
- main: ./cmd/main.go
+ - env:
+ - CGO_ENABLED=0
+ goos:
+ - linux
+ - darwin
+ goarch:
+ - amd64
+ - arm64
+ main: ./cmd/main.go
11
12
archives:
13
- - files:
14
- - configs/*
15
- - images/*
16
- - codapi.service
17
- - LICENSE
+ - files:
+ - sandboxes/*
+ - codapi.json
+ - codapi.service
+ - LICENSE
0 commit comments