parent
6e19622752
commit
8e511672a7
|
|
@ -11,12 +11,24 @@
|
||||||
|
|
||||||
- import_tasks: ../git/push.yml
|
- import_tasks: ../git/push.yml
|
||||||
|
|
||||||
|
- go_build:
|
||||||
|
repo: "git.intermodi.ch/p3ls/test"
|
||||||
|
version: "{{ repo.tag }}"
|
||||||
|
commit: "{{ repo.commit }}"
|
||||||
|
targets:
|
||||||
|
- linux/amd64
|
||||||
|
- darwin/arm64
|
||||||
|
- windows/amd64
|
||||||
|
binary: test
|
||||||
|
register: bin
|
||||||
|
|
||||||
- release_create:
|
- release_create:
|
||||||
repo: "git.intermodi.ch/p3ls/test"
|
repo: "git.intermodi.ch/p3ls/test"
|
||||||
|
files: "{{ bin }}"
|
||||||
# paths:
|
# paths:
|
||||||
|
# - test.txt
|
||||||
# - t1/test.txt
|
# - t1/test.txt
|
||||||
# - t2/test.txt
|
# - t2/test.txt
|
||||||
# - html
|
# - html
|
||||||
|
|
||||||
path: test.txt
|
path: test.txt
|
||||||
push: true
|
push: true
|
||||||
Loading…
Reference in New Issue