diff --git a/mgmt/release/create.yml b/mgmt/release/create.yml index 654aa2c..c886cdc 100644 --- a/mgmt/release/create.yml +++ b/mgmt/release/create.yml @@ -11,12 +11,24 @@ - 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: repo: "git.intermodi.ch/p3ls/test" + files: "{{ bin }}" # paths: - # - t1/test.txt - # - t2/test.txt - # - html - + # - test.txt + # - t1/test.txt + # - t2/test.txt + # - html path: test.txt push: true \ No newline at end of file diff --git a/test.txt b/test.txt index 35e1bc5..55fd8fe 100644 --- a/test.txt +++ b/test.txt @@ -8,4 +8,5 @@ nn5xo98ITRgqH0BqCHbUk di00j9sMYcqoQSlTsf51w CEtsGYR6uXKhvCK9rfIDV MnT9ILigOCI64P2QfC3UT -i5C6msQnnAAjlytegVzed \ No newline at end of file +i5C6msQnnAAjlytegVzed +wVU0KBiFf33A9H4quY218 \ No newline at end of file