зеркало из https://github.com/docker/compose-cli.git
Merge pull request #2064 from ndeloof/main
fix release project to build with GIT_TAG
This commit is contained in:
Коммит
89f247e4ac
|
@ -36,7 +36,7 @@ jobs:
|
||||||
${{ runner.os }}-go-
|
${{ runner.os }}-go-
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make -f builder.Makefile cross
|
run: make GIT_TAG=${{ github.event.inputs.tag }} -f builder.Makefile cross
|
||||||
|
|
||||||
- name: License
|
- name: License
|
||||||
run: cp packaging/* bin/
|
run: cp packaging/* bin/
|
||||||
|
|
Загрузка…
Ссылка в новой задаче