parent
a7d4e5e627
commit
bd98e80d71
|
|
@ -1,19 +1,20 @@
|
||||||
|
|
||||||
- go_build:
|
# - go_build:
|
||||||
repo: "git.intermodi.cc/p3ls/test"
|
# repo: "git.intermodi.ch/p3ls/test"
|
||||||
targets:
|
# targets:
|
||||||
- linux/amd64
|
# - linux/amd64
|
||||||
- linux/arm
|
# - linux/arm
|
||||||
- linux/arm64
|
# - linux/arm64
|
||||||
- darwin/arm64
|
# - darwin/arm64
|
||||||
- darwin/amd64
|
# - darwin/amd64
|
||||||
- windows/amd64
|
# - windows/amd64
|
||||||
|
|
||||||
# - release_create:
|
- release_create:
|
||||||
# repo: "git.intermodi.cc/p3ls/test"
|
repo: "git.intermodi.ch/p3ls/test"
|
||||||
# paths:
|
paths:
|
||||||
# - t1/test.txt
|
- t1/test.txt
|
||||||
# - t2/test.txt
|
- t2/test.txt
|
||||||
# - html
|
- html
|
||||||
|
|
||||||
# path: test.txt
|
path: test.txt
|
||||||
|
push: true
|
||||||
Loading…
Reference in New Issue