mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(go)[1]
This commit is contained in:
parent
d3a903f1de
commit
eafc9fa561
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ build:
|
|||
- rm *.{bash,bat,rc} Make.dist
|
||||
- run: find . -mindepth 1 -delete
|
||||
working-directory: ${{ prefix }}
|
||||
- run: mv api bin doc lib misc pkg src test go.env "{{prefix}}"
|
||||
- run: cp -a api bin doc lib misc pkg src test go.env "{{prefix}}"
|
||||
working-directory: $SRCROOT
|
||||
env:
|
||||
# `make.bash` complains about unset GOCACHE and HOME otherwise
|
||||
|
|
Loading…
Reference in a new issue