app dir back
This commit is contained in:
parent
7862f46d3d
commit
1cb170331a
14
.github/workflows/.goreleaser.yml
vendored
Normal file
14
.github/workflows/.goreleaser.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# .goreleaser.yml
|
||||||
|
project_name: dtm
|
||||||
|
builds:
|
||||||
|
- env: [CGO_ENABLED=0]
|
||||||
|
goos:
|
||||||
|
- linux
|
||||||
|
- windows
|
||||||
|
- darwin
|
||||||
|
goarch:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
id: 'dtm'
|
||||||
|
dir: .
|
||||||
|
main: ./cmd/dtm
|
||||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -20,7 +20,6 @@ jobs:
|
|||||||
- name: Create release on GitHub
|
- name: Create release on GitHub
|
||||||
uses: docker://goreleaser/goreleaser:latest
|
uses: docker://goreleaser/goreleaser:latest
|
||||||
with:
|
with:
|
||||||
args: release
|
args: release -f .github/workflows/.goreleaser.yml --rm-dist
|
||||||
workdir: ./cmd
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user