Compare commits
4 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
98ef010aaa | |
|
|
54f248b933 | |
|
|
a51ef58321 | |
|
|
6c670226fc |
|
|
@ -11,24 +11,25 @@
|
||||||
|
|
||||||
- import_tasks: ../git/push.yml
|
- import_tasks: ../git/push.yml
|
||||||
|
|
||||||
- go_build:
|
# - go_build:
|
||||||
repo: "git.intermodi.ch/p3ls/test"
|
# repo: "git.intermodi.ch/p3ls/test"
|
||||||
version: "{{ repo.tag }}"
|
# version: "{{ repo.tag }}"
|
||||||
commit: "{{ repo.commit }}"
|
# commit: "{{ repo.commit }}"
|
||||||
targets:
|
# targets:
|
||||||
- linux/amd64
|
# - linux/amd64
|
||||||
- darwin/arm64
|
# - darwin/arm64
|
||||||
- windows/amd64
|
# - windows/amd64
|
||||||
binary: foobar
|
# binary: foobar
|
||||||
register: bin
|
# register: bin
|
||||||
|
|
||||||
- release_create:
|
- release_create:
|
||||||
repo: "git.intermodi.ch/p3ls/test"
|
repo: "git.intermodi.ch/p3ls/test"
|
||||||
files: "{{ bin }}"
|
# files: "{{ bin }}"
|
||||||
# paths:
|
paths:
|
||||||
# - test.txt
|
- test.txt
|
||||||
# - t1/test.txt
|
# - t1/test.txt
|
||||||
# - t2/test.txt
|
# - t2/test.txt
|
||||||
# - html
|
- html
|
||||||
path: test.txt
|
- /Users/stef/Downloads/air.png
|
||||||
|
path: /Users/stef/Downloads/zoom-out.svg
|
||||||
push: true
|
push: true
|
||||||
Loading…
Reference in New Issue